mirror of
https://github.com/zhigang1992/react-native-google-place-picker.git
synced 2026-01-12 22:50:27 +08:00
16 lines
314 B
Ruby
16 lines
314 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
# platform :ios, '8.0'
|
|
# Uncomment this line if you're using Swift
|
|
# use_frameworks!
|
|
|
|
target 'example' do
|
|
pod 'GooglePlacePicker', '= 2.0.1'
|
|
pod 'GooglePlaces', '= 2.0.1'
|
|
pod 'GoogleMaps', '= 2.0.1'
|
|
end
|
|
|
|
target 'exampleTests' do
|
|
|
|
end
|
|
|