# Uncomment the next line to define a global platform for your project
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '12.0'

target 'QMapKitDemo' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  pod 'Tencent-MapSDK', '6.7.0'
  pod 'Tencent-MapVisualPlugin', '>=3.1.3'
  pod 'Tencent-MapFoundation', '>=5.2.1'
  pod 'Tencent-MapUtils', '>=1.2.4'
  # Pods for QMapKitDemo

end
