Skip to content

Commit

Permalink
Update PYPhotoBrowser.podspec
Browse files Browse the repository at this point in the history
Update PYPhotoBrowser.podspec
  • Loading branch information
ko1o committed Oct 14, 2016
1 parent 6d81f91 commit 05cd89d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PYPhotoBrowser.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PYPhotoBrowser'
s.version = '1.0.3'
s.version = '1.0.4'
s.summary = 'An easy way to browse photo(image) for iOS.'
s.homepage = 'https://github.com/iphone5solo/PYPhotoBrowser'
s.license = 'MIT'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.dependency "SDWebImage"
s.dependency "MBProgressHUD"
s.dependency "DACircularProgress"
s.source = {:git => 'https://github.com/iphone5solo/PYPhotoBrowser.git', :tag => '1.0.3'}
s.source = {:git => 'https://github.com/iphone5solo/PYPhotoBrowser.git', :tag => '1.0.4'}
s.source_files = 'PYPhotoBrowser/**/*.{h,m}'
s.resource = 'PYPhotoBrowser/PYPhotosView.bundle'
s.requires_arc = true
Expand Down

0 comments on commit 05cd89d

Please sign in to comment.