2016-05-18 12:07:36 +02:00

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