| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- # Uncomment the next line to define a global platform for your project
- # platform :ios, '9.0'
- 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
|