Skip to content

Commit

Permalink
chore(ios): set TOCropViewController min version to 2.7.3
Browse files Browse the repository at this point in the history
TOCropViewController v2.7.3 supports privacy manifest
  • Loading branch information
ujeon committed Apr 23, 2024
1 parent 50f985d commit 1e4bf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNImageCropPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.dependency 'React-Core'
s.dependency 'React-RCTImage'
s.dependency 'TOCropViewController'
s.dependency 'TOCropViewController', '~> 2.7.3'
s.resource_bundles = {
'RNImageCropPickerPrivacyInfo' => ['ios/PrivacyInfo.xcprivacy'],
}
Expand Down

0 comments on commit 1e4bf65

Please sign in to comment.