KFCocoaPods 讓編輯Podfile時更有效率

KFCocoaPods 讓編輯Podfile時更有效率

使用原始碼安裝方式之前還必需要將依賴CocoaPods的套件進行安裝,所以下載原始碼並且解壓後,需要安裝一下Pods:

pod install

操作過程:

dannydeMac-Pro:KFCocoaPodsPlugin-master danny$ pod install
Analyzing dependencies

CocoaPods 0.31.1 is available.

Pre-downloading: `YAML-Framework` from `https://github.com/ricobeck/YAML.framework.git`
Downloading dependencies
Installing DSUnixTask (0.1.1)
Installing KSCrypto (1.2.2)
Installing LibYAML (0.1.4)
Installing YAML-Framework (0.0.1)
Generating Pods project
Integrating client project
dannydeMac-Pro:KFCocoaPodsPlugin-master danny$

安裝好後再開啟KFCocoaPodsPlugin.xcworkspace進行Build and Run完成安裝,使用時只需要開啟或建立Podfile並編輯其中內容就能發揮作用。

也可使用UI操作

UI提供搜尋Pods的功能: