Podfile 268 B

123456789101112
  1. platform :ios, '13.0' # 根据需求调整版本
  2. target 'VenusKitto' do # 替换为你的项目名称
  3. use_frameworks!
  4. # 在此区域添加依赖库
  5. pod 'AnyThinkiOS','6.4.92'
  6. pod 'AnyThinkKuaiShouSDKAdapter','6.4.92.1'
  7. pod 'AnyThinkGDTSDKAdapter','6.4.92'
  8. end