mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-23 10:58:16 +00:00
12 lines
353 B
Ruby
12 lines
353 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
platform :ios, '8.0'
|
|
# Uncomment this line if you're using Swift
|
|
# use_frameworks!
|
|
|
|
target 'imageCropPicker' do
|
|
pod 'React', :path => '../node_modules/react-native'
|
|
pod 'QBImagePickerController', '3.4.0'
|
|
pod 'RSKImageCropper', '1.5.1'
|
|
pod 'UIImage-Resize', '~> 1.0'
|
|
end
|