Tag: CocoaPods/自作ライブラリ作成
pod lib create ライブラリ名
git add . git commit -m "Initial Commit" git remote add origin https://github.com/src256/SampleLib.git git push -u origin master
pod lint SampleLib.podspec
cd Example pod install
pod trunk register メールアドレス 名前
pod trunk me
git tag 0.1.0 git push --tags pod spec lint SampleLib.podspec pod trunk push SampleLib.podspec