diff --git a/TOCropViewController.podspec b/TOCropViewController.podspec index e70d0a8b..100196c3 100644 --- a/TOCropViewController.podspec +++ b/TOCropViewController.podspec @@ -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}'