From b6ce48aa4527c464463d3edc00d90873a3176ff1 Mon Sep 17 00:00:00 2001 From: tuyou Date: Fri, 20 May 2016 11:30:05 +0800 Subject: [PATCH] modify podspec --- PhotoTweaks.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PhotoTweaks.podspec b/PhotoTweaks.podspec index 323bbbf..a91e86b 100644 --- a/PhotoTweaks.podspec +++ b/PhotoTweaks.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |spec| spec.name = 'PhotoTweaks' - spec.version = '1.0.2' + spec.version = '1.0.3' spec.license = 'MIT' spec.homepage = 'https://github.com/itouch2/PhotoTweaks' spec.authors = {'Tu You' => 'yoututouch@gmail.com'} spec.summary = 'Drag, Rotate, Scale and Crop.' - spec.source = {:git => 'https://github.com/itouch2/PhotoTweaks.git', :tag => '1.0.2'} + spec.source = {:git => 'https://github.com/itouch2/PhotoTweaks.git', :tag => '1.0.3'} spec.source_files = 'PhotoTweaks/PhotoTweaks/*.{h,m}' spec.framework = 'Foundation', 'CoreGraphics', 'UIKit' spec.requires_arc = true