16 lines
265 B
Plaintext
16 lines
265 B
Plaintext
|
source 'https://github.com/CocoaPods/Specs.git'
|
||
|
use_frameworks!
|
||
|
platform :ios, '8.0'
|
||
|
|
||
|
[
|
||
|
'Firebase',
|
||
|
'Firebase/Core',
|
||
|
'Firebase/Auth',
|
||
|
'Firebase/Storage',
|
||
|
'Firebase/Database',
|
||
|
'Firebase/RemoteConfig',
|
||
|
'Firebase/Messaging'
|
||
|
].each do |lib|
|
||
|
pod lib
|
||
|
end
|