pod地址:
https://cocoapods.org/pods/HDWebview
git地址:
https://github.com/ddoger/HDWebview
git命令:
https://blog.zengrong.net/post/1746.html
git add -A
git commit -m "msg"
git push
git pull
git tag -a 0.1.0 -m “0.1.0版本”
git push origin 0.1.1 # 将v0.1.1提交到git服务器
git push origin --delete tag <tagname>
git push origin --delete <branchName>
pod命令:http://www.cocoachina.com/ios/20141124/10297.html
pod lib create staticName
pod trunk register 邮箱地址 ‘用户名’ —description='描述信息'
pod spec lint specName
pod trunk push
--verbose#打印详细信息
网友评论