ios - Cocoapods podfile pod name -


i new cocoapods , ios development, , i'm trying set first pod file. i'm having hard time finding right name pod, example,

pod 'googleplus' 

i added "googleplus" in podfile, since googleplus.framework name see in xcode panel on left, got

unable find specification 'googleplus' 

error, after pod install.

after long google search found out proper name googleplus 'google-plus-ios-sdk'. however, have more 30 dependencies name, , can't seem find clue on other dependency names. can please give me piece of advice?

you can search pods in master repository on http://cocoapods.org


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -