将自己写的库上传github cocoapods

参考文章:
怎么把本地项目上传到github
https://sanwen8.cn/p/4c1Kmcz.html

将自己写的库上传到cocoapods(2015)
如何发布自己的开源框架到CocoaPods
http://www.cocoachina.com/ios/20160301/15459.html

CocoaPods: pod search 搜索类库失败的解决办法
http://blog.cocoachina.com/article/29127

命令记录

git tag '0.0.1'
git add *
git commit -m 'add tag'
git push origin 0.0.1

pod trunk push

你可能感兴趣的:(将自己写的库上传github cocoapods)