mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 07:34:55 -06:00
20 lines
505 B
Ruby
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
|