简体   繁体   中英

Cocoapods podfile pod name

I am very new to cocoapods and iOS development, and I'm trying to set up my first pod file. I'm having a hard time finding the right name for the pod, for example,

pod 'GooglePlus'

I added "GooglePlus" in the podfile, since GooglePlus.framework was the name I see in the xcode panel on the left, however I got

Unable to find a specification for 'GooglePlus'

error, after Pod install.

After a long google search I found out that the proper name for the GooglePlus is 'google-plus-ios-sdk'. However, I have more than 30 dependencies to name, and I can't seem to find any clue on other dependency names. Can someone please give me a piece of advice?

您可以在http://cocoapods.org上的主存储库中搜索所有pod。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM