platform :ios, '14.0'

target 'EmotionMuseum' do
  use_frameworks!
  
  # 高德地图SDK
  pod 'AMap3DMap'
  pod 'AMapLocation'
  pod 'AMapSearch'
  
end 