Skip to content

Commit

Permalink
upgrade to TOCropViewController 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hnvn committed Feb 19, 2022
1 parent 6b698dd commit aed4834
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- Flutter (1.0.0)
- image_cropper (0.0.3):
- image_cropper (0.0.4):
- Flutter
- TOCropViewController (~> 2.5.4)
- TOCropViewController (~> 2.6.1)
- image_picker (0.0.1):
- Flutter
- TOCropViewController (2.5.4)
- TOCropViewController (2.6.1)

DEPENDENCIES:
- Flutter (from `Flutter`)
Expand All @@ -25,11 +25,11 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/image_picker/ios"

SPEC CHECKSUMS:
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
image_cropper: c8f9b4157933c7bb965a66d1c5e6c8fd408c6eb4
image_picker: 50e7c7ff960e5f58faa4d1f4af84a771c671bc4a
TOCropViewController: 2a1ae1242600b1f2d996fd91a5268b2309a33b5c
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
image_cropper: 60c2789d1f1a78c873235d4319ca0c34a69f2d98
image_picker: 541dcbb3b9cf32d87eacbd957845d8651d6c62c3
TOCropViewController: edfd4f25713d56905ad1e0b9f5be3fbe0f59c863

PODFILE CHECKSUM: 8e679eca47255a8ca8067c4c67aab20e64cb974d

COCOAPODS: 1.10.1
COCOAPODS: 1.11.2
2 changes: 1 addition & 1 deletion ios/image_cropper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A Flutter plugin supports cropping images
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'TOCropViewController', '~> 2.6.0'
s.dependency 'TOCropViewController', '~> 2.6.1'

s.ios.deployment_target = '8.0'
end
Expand Down

0 comments on commit aed4834

Please sign in to comment.