gem install cocoapods
use_frameworks!
使用 frameworks,而不使用静态库inhibit_all_warnings!
继承所有警告,Xcode 中显示 cocoapods 工程的警告
开发 pod 库
$ pod lib create GreedAppleWallet
$ pod lib create GreedAppleWallet --template-url=https://github.com/GreedBell/pod-template
pod lib lint GreedAppleWallet.podspec
发布 pod 库