13 lines
260 B
Ruby
13 lines
260 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
platform :ios, '12.0'
|
|
|
|
use_frameworks!
|
|
|
|
target 'Earthquake Network' do
|
|
pod 'Firebase/Core'
|
|
pod 'Firebase/Messaging'
|
|
pod 'GoogleMaps'
|
|
pod 'GooglePlaces'
|
|
pod 'Google-Mobile-Ads-SDK'
|
|
end
|