ios - Cocoapods installation for YouTube integration -
i need install cocoapods youtube integration,i used link http://www.raywenderlich.com/64546/introduction-to-cocoapods-2 reference
this podfile
////////////////////////////////////////// # uncomment line define global platform project # platform :ios, '7.0' target 'testyoutube' pod "youtube-player-ios-helper", "~> 0.1" end target 'testyoutubetests' end //////////////////////////////////////////
and getting error code when tried install pods
ansals-mac-mini:testyoutube ansalantony$ pod install analyzing dependencies cocoapods 0.37.0.rc.1 available. update use: `gem install cocoapods --pre` [!] test version we'd love try. more information see http://blog.cocoapods.org , changelog version http://git.io/bah8pq. [!] unable find specification `youtube-player-ios-helper (~> 0.1)` ansals-mac-mini:testyoutube ansalantony$
i have installed pod pod 'afnetworking', '2.2.1' getting error when i'm trying install pod
"youtube-player-ios-helper", "~> 0.1"
u can use link referance : https://github.com/youtube/youtube-ios-player-helper
use these pod command instead of old 1 pod "youtube-ios-player-helper", "~> 0.1.1"
Comments
Post a Comment