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

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