Skip to content

Commit

Permalink
Bumped podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Jan 28, 2016
1 parent 2ba70d2 commit bcd2045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TOCropViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'TOCropViewController'
s.version = '1.2.2'
s.version = '1.2.3'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A view controller that allows users to crop UIImage objects.'
s.homepage = 'https://github.com/TimOliver/TOCropViewController'
s.author = 'Tim Oliver'
s.source = { :git => 'https://github.com/TimOliver/TOCropViewController.git', :tag => '1.2.2' }
s.source = { :git => 'https://github.com/TimOliver/TOCropViewController.git', :tag => '1.2.3' }
s.platform = :ios, '7.0'

s.source_files = 'TOCropViewController/**/*.{h,m}'
Expand Down

0 comments on commit bcd2045

Please sign in to comment.