From e036c7035dab8dc75fc54e701a91ddf36ddaac92 Mon Sep 17 00:00:00 2001 From: KN-Pradeep Date: Wed, 12 Jul 2023 13:47:58 +0530 Subject: [PATCH 1/3] [Version Update] Updated minimum deployment to 12. --- CropViewController.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CropViewController.podspec b/CropViewController.podspec index 025b87fe..b3d1fd22 100644 --- a/CropViewController.podspec +++ b/CropViewController.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'CropViewController' - s.version = '2.6.1' + s.version = '2.6.2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A Swift view controller that enables cropping and rotating of UIImage objects.' s.homepage = 'https://github.com/TimOliver/TOCropViewController' s.author = 'Tim Oliver' s.source = { :git => 'https://github.com/TimOliver/TOCropViewController.git', :tag => s.version } - s.platform = :ios, '8.0' + s.platform = :ios, '12.0' s.source_files = 'Swift/CropViewController/**/*.{h,swift}', 'Objective-C/TOCropViewController/**/*.{h,m}' s.exclude_files = 'Objective-C/TOCropViewController/include/**/*.h' s.resource_bundles = { From 4ed16cd1204d3abd62b899696971a5896946e894 Mon Sep 17 00:00:00 2001 From: KN-Pradeep Date: Wed, 12 Jul 2023 13:48:49 +0530 Subject: [PATCH 2/3] [v2.6.3] --- CropViewController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CropViewController.podspec b/CropViewController.podspec index b3d1fd22..2a85b477 100644 --- a/CropViewController.podspec +++ b/CropViewController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'CropViewController' - s.version = '2.6.2' + s.version = '2.6.3' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A Swift view controller that enables cropping and rotating of UIImage objects.' s.homepage = 'https://github.com/TimOliver/TOCropViewController' From 850b029db7d9c946ccfe6c2a01f0b490bb78ad18 Mon Sep 17 00:00:00 2001 From: KN-Pradeep Date: Wed, 12 Jul 2023 17:15:06 +0530 Subject: [PATCH 3/3] [IOS-343] Updated pod version --- CropViewController.podspec | 4 ++-- TOCropViewController.podspec | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CropViewController.podspec b/CropViewController.podspec index 2a85b477..025b87fe 100644 --- a/CropViewController.podspec +++ b/CropViewController.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'CropViewController' - s.version = '2.6.3' + s.version = '2.6.1' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A Swift view controller that enables cropping and rotating of UIImage objects.' s.homepage = 'https://github.com/TimOliver/TOCropViewController' s.author = 'Tim Oliver' s.source = { :git => 'https://github.com/TimOliver/TOCropViewController.git', :tag => s.version } - s.platform = :ios, '12.0' + s.platform = :ios, '8.0' s.source_files = 'Swift/CropViewController/**/*.{h,swift}', 'Objective-C/TOCropViewController/**/*.{h,m}' s.exclude_files = 'Objective-C/TOCropViewController/include/**/*.h' s.resource_bundles = { diff --git a/TOCropViewController.podspec b/TOCropViewController.podspec index b43875ae..4fb92bbd 100644 --- a/TOCropViewController.podspec +++ b/TOCropViewController.podspec @@ -1,14 +1,14 @@ Pod::Spec.new do |s| s.name = 'TOCropViewController' - s.version = '2.6.1' + s.version = '2.6.3' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A view controller that enables cropping and rotation of UIImage objects.' s.homepage = 'https://github.com/TimOliver/TOCropViewController' s.author = 'Tim Oliver' - s.source = { :git => 'https://github.com/TimOliver/TOCropViewController.git', :tag => s.version } - s.platform = :ios, '8.0' + s.source = { :git => 'https://github.com/ShareChat/TOCropViewController.git', :tag => s.version } + s.platform = :ios, '12.0' s.source_files = 'Objective-C/TOCropViewController/**/*.{h,m}' - s.exclude_files = 'Objective-C/TOCropViewController/include/**/*.h' + s.exclude_files = 'Objective-C/TOCropViewController/Supporting' s.resource_bundles = { 'TOCropViewControllerBundle' => ['Objective-C/TOCropViewController/**/*.lproj'] }