ecency-mobile/ios/Podfile

36 lines
726 B
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'
pod 'AppCenter/Crashes'
pod 'AppCenter/Analytics'
pod 'AppCenterReactNativeShared'
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for eSteem
platform :ios, '9.0'
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