ecency-mobile/ios/Podfile

52 lines
1.6 KiB
Ruby
Executable File

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'eSteem' do
pod 'AppCenter/Push', '~> 1.11.0'
pod 'AppCenter/Crashes', '~> 1.11.0'
pod 'AppCenter/Analytics', '~> 1.11.0'
pod 'AppCenterReactNativeShared', '~> 1.10.0'
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for eSteem
pod 'React', :path => '../node_modules/react-native', :subspecs => [
'Core',
'CxxBridge', # Include this for RN >= 0.47
'DevSupport', # Include this to enable In-App Devmenu if RN >= 0.43
'RCTText',
'RCTNetwork',
'RCTWebSocket', # Needed for debugging
'RCTAnimation', # Needed for FlatList and animations running on native UI thread
'RCTImage',
]
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
# Third party deps podspec link
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
platform :ios, '9.0'
pod 'RNImageCropPicker', :path => '../node_modules/react-native-image-crop-picker'
target 'eSteemTests' do
inherit! :search_paths
# Pods for testing
end
end
target 'eSteem-tvOS' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for eSteem-tvOS
target 'eSteem-tvOSTests' do
inherit! :search_paths
# Pods for testing
end
end