mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-23 19:08:12 +00:00
24 lines
400 B
Ruby
24 lines
400 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 'example' do
|
|
|
|
pod 'React', :path => '../node_modules/react-native', :subspecs => [
|
|
'Core',
|
|
'RCTImage',
|
|
'RCTNetwork',
|
|
'RCTText',
|
|
'RCTWebSocket'
|
|
]
|
|
|
|
pod 'react-native-image-crop-picker', :path => '../../ios'
|
|
|
|
end
|
|
|
|
target 'exampleTests' do
|
|
|
|
end
|
|
|