# Uncomment the next line to define a global platform for your project # platform :ios, '9.0' target 'LBSARApp' do # Comment the next line if you don't want to use dynamic frameworks use_frameworks! # Pods for LBSARApp pod 'Alamofire', '4.5.0' pod 'GoogleMaps', '2.1.1' pod 'GooglePlaces', '2.1.1' pod 'GooglePlacesAPI', '1.1.0' pod 'SwiftyJSON', '3.1.3' pod 'Polyline', '4.0' pod 'Cosmos', '~> 11.0' pod 'SDWebImage', '~> 5.0' pod 'SVProgressHUD' end