mirror of
https://github.com/tappollo/LocationInputDemo.git
synced 2026-01-12 15:44:32 +08:00
20 lines
427 B
Ruby
20 lines
427 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
# platform :ios, '9.0'
|
|
|
|
target 'LocationInput' do
|
|
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
|
|
use_frameworks!
|
|
|
|
# Pods for LocationInput
|
|
pod 'RxSwift'
|
|
pod 'RxCocoa'
|
|
pod 'GooglePlaces'
|
|
pod 'GoogleMaps'
|
|
|
|
target 'LocationInputTests' do
|
|
inherit! :search_paths
|
|
# Pods for testing
|
|
end
|
|
|
|
end
|