Podfile 174 Bytes
Newer Older
Julio Hermosa committed
1 2 3 4 5 6 7
source 'https://github.com/CocoaPods/Specs.git'

target 'GooglePlacesDemos' do
    platform :ios, '9.0'
    pod 'GooglePlaces', '= 3.8.0'
    pod 'GoogleMaps', '= 3.8.0'
end