Skip to content

Commit

Permalink
modify podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
itouch2 committed May 20, 2016
1 parent a33a66c commit b6ce48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PhotoTweaks.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]'}
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
Expand Down

0 comments on commit b6ce48a

Please sign in to comment.