暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Podfile_Unity.backup 242B

1234567891011
  1. source 'https://github.com/CocoaPods/Specs'
  2. source 'https://cdn.cocoapods.org/'
  3. platform :ios, '13.0'
  4. target 'UnityFramework' do
  5. pod 'Google-Mobile-Ads-SDK', '~> 10.14'
  6. end
  7. target 'Unity-iPhone' do
  8. end
  9. use_frameworks! :linkage => :static