diff --git a/PYPhotoBrowser.podspec b/PYPhotoBrowser.podspec index 9f1a59e..7ff7123 100644 --- a/PYPhotoBrowser.podspec +++ b/PYPhotoBrowser.podspec @@ -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' @@ -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