ecency-mobile/ios/Podfile

37 lines
828 B
Plaintext
Raw Normal View History

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
2018-11-19 21:54:44 +03:00
target 'eSteem' do
pod 'AppCenter/Crashes', '~> 1.10.0'
pod 'AppCenter/Analytics', '~> 1.10.0'
pod 'AppCenterReactNativeShared', '~> 1.9.0'
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
2018-11-19 21:54:44 +03:00
# Pods for eSteem
platform :ios, '9.0'
2018-11-28 00:22:44 +03:00
pod 'RNImageCropPicker', :path => '../node_modules/react-native-image-crop-picker'
2018-11-19 21:54:44 +03:00
target 'eSteemTests' do
inherit! :search_paths
# Pods for testing
end
end
2018-11-19 21:54:44 +03:00
target 'eSteem-tvOS' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
2018-11-19 21:54:44 +03:00
# Pods for eSteem-tvOS
2018-11-19 21:54:44 +03:00
target 'eSteem-tvOSTests' do
inherit! :search_paths
# Pods for testing
end
end