| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # Uncomment the next line to define a global platform for your project
- platform :ios, '13.1'
- target 'QuickSearchLocation' do
- # Comment the next line if you don't want to use dynamic frameworks
- use_frameworks!
- # Pods for QuickSearchLocation
- pod 'SnapKit'
- pod 'Kingfisher'
- pod 'Alamofire'
- pod 'Moya'
- pod 'MoyaMapper'
- pod 'SwiftyJSON'
- pod 'HandyJSON'
- pod 'YYText'
- pod 'IQKeyboardManagerSwift'
- pod 'SnapKit'
- pod 'Toast-Swift'
- pod 'ProgressHUD'
- pod 'MarqueeLabel'
-
- pod 'CRRefresh'
-
- pod 'WMZDropDownMenu'
-
- pod 'SocketRocket'
-
- pod 'GKCycleScrollView'
-
- pod 'BRPickerView'
- # 高德
- pod 'AMap3DMap'
- pod 'AMapLocation'
- pod 'AMapSearch'
- pod 'LookinServer', :configurations => ['Debug']
- end
- post_install do |installer|
- installer.pods_project.build_configurations.each do |config|
- config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
- end
- end
|