Pod安装问题

时间:2013-12-19 01:25:42

标签: ios cocoapods

我有包含此行的Podfile

platform :ios, '5.0'

pod 'AdMob', '~> 6.5.0'
pod 'FlurrySDK', '~> 4.2.3'
pod 'RevMobSDK'

当我尝试运行pod install时,我收到以下错误:

无法找到AdMob (= 6.5.0)的规范。

1 个答案:

答案 0 :(得分:4)

AdMob现在采用不同规格,由Google维护:

-> Google-Mobile-Ads-SDK (6.6.1)
   Monetize your mobile applications with Google ads
   pod 'Google-Mobile-Ads-SDK', '~> 6.6.1'
   - Homepage: https://developers.google.com/mobile-ads-sdk/
   - Source:   http://dl.google.com/googleadmobadssdk/googlemobileadssdkios-6.6.1.zip
   - Versions: 6.6.1, 6.6.0 [master repo]
相关问题