Мне нужно установить cocoapods для интеграции youtube, я использовал эту ссылку http://www.raywenderlich.com/64546/introduction-to-cocoapods-2 для справки
Это мой podfile
//////////////////////////////////////////
# Uncomment this line to define a global platform for your project
# platform :ios, '7.0'
target 'testyoutube' do
pod "YouTube-Player-iOS-Helper", "~> 0.1"
end
target 'testyoutubeTests' do
end
//////////////////////////////////////////
и я получаю этот код ошибки, когда я пытался установить pods
Ansals-Mac-mini:testyoutube ansalantony$ pod install
Analyzing dependencies
CocoaPods 0.37.0.rc.1 is available.
To update use: `gem install cocoapods --pre`
[!] This is a test version we'd love you to try.
For more information see http://blog.cocoapods.org
and the CHANGELOG for this version http://git.io/BaH8pQ.
[!] Unable to find a specification for `YouTube-Player-iOS-Helper (~> 0.1)`
Ansals-Mac-mini:testyoutube ansalantony$
Я установил pod с pod 'AFNetworking', '2.2.1', но я получаю ошибку, когда пытаюсь установить pod
"YouTube-Player-iOS-Helper", "~> 0.1"