aretherecookies-mobile/ios/Podfile
2019-04-27 11:31:19 -05:00

20 lines
505 B
Ruby

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
source 'https://github.com/CocoaPods/Specs.git'
target 'AreThereCookies' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
# Pods for AreThereCookies
pod 'GooglePlaces', '~> 2.7'
pod 'GoogleMaps', '~> 2.7'
pod 'GooglePlacePicker', '~> 2.7'
target 'AreThereCookiesTests' do
inherit! :search_paths
# Pods for testing
end
end