Files
eqn.ios/Sources/Podfile
T
2020-07-31 10:27:25 +02:00

14 lines
294 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 'Firebase/Crashlytics'
pod 'GoogleMaps'
pod 'GooglePlaces'
pod 'Google-Mobile-Ads-SDK'
end