Podfile 982 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '13.1'
  3. target 'QuickSearchLocation' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for QuickSearchLocation
  7. pod 'SnapKit'
  8. pod 'Kingfisher'
  9. pod 'Alamofire'
  10. pod 'Moya'
  11. pod 'MoyaMapper'
  12. pod 'SwiftyJSON'
  13. pod 'HandyJSON'
  14. pod 'YYText'
  15. pod 'IQKeyboardManagerSwift'
  16. pod 'SnapKit'
  17. pod 'Toast-Swift'
  18. pod 'ProgressHUD'
  19. pod 'MarqueeLabel'
  20. pod 'CRRefresh'
  21. pod 'WMZDropDownMenu'
  22. pod 'SocketRocket'
  23. pod 'GKCycleScrollView'
  24. pod 'BRPickerView'
  25. # 高德
  26. pod 'AMap3DMap'
  27. pod 'AMapLocation'
  28. pod 'AMapSearch'
  29. pod 'LookinServer', :configurations => ['Debug']
  30. end
  31. post_install do |installer|
  32. installer.pods_project.build_configurations.each do |config|
  33. config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
  34. end
  35. end