Files
LocationInputDemo/Podfile
Ruoyu Fu c28e02d1bb init
2019-05-06 15:01:51 +08:00

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