# 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']
    
    pod 'NTESQuickPass', '~> 3.6.10'
end

post_install do |installer|
  installer.pods_project.build_configurations.each do |config|
    config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
  end
end

