25 lines
561 B
Ruby
25 lines
561 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
# platform :ios, '9.0'
|
|
platform :ios, '13.1'
|
|
target 'Firebase test' do
|
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
pod "Firebase/Analytics"
|
|
pod "Firebase/Auth"
|
|
pod "Firebase/Core"
|
|
pod "Firebase/Firestore"
|
|
pod 'SwiftyJSON', '~> 4.0'
|
|
# Pods for Firebase test
|
|
|
|
end
|
|
|
|
|
|
|
|
target 'XUITEST' do
|
|
# Comment the next line if you don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
pod 'SwiftyJSON', '~> 4.0'
|
|
# Pods for Firebase test
|
|
|
|
end
|