mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 00:46:27 +03:00
35 lines
739 B
Ruby
35 lines
739 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
# platform :ios, '9.0'
|
|
|
|
target 'eSteem' do
|
|
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
|
|
# use_frameworks!
|
|
|
|
# Pods for eSteem
|
|
pod 'AppCenter/Crashes', '~> 1.8.0'
|
|
pod 'AppCenter/Analytics', '~> 1.8.0'
|
|
pod 'AppCenterReactNativeShared', '~> 1.7.1'
|
|
|
|
|
|
|
|
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
|