From 05cd89d96e2f6499d157329f0dde7d12ff79bf1a Mon Sep 17 00:00:00 2001 From: iphone5solo <499491531@qq.com> Date: Fri, 14 Oct 2016 18:04:33 +0800 Subject: [PATCH] Update PYPhotoBrowser.podspec Update PYPhotoBrowser.podspec --- PYPhotoBrowser.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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