Shout to Me iOS SDK
##发布工作流程
$ cd ~/code/Pods/NAME
$ edit NAME.podspec
# set the new version to 0.0.1
# set the new tag to 0.0.1
$ pod lib lint
$ git add -A && git commit -m "Release 0.0.1."
$ git tag '0.0.1'
$ git push --tags
一旦推送了您的标签,可以使用命令:pod trunk push NAME.podspec
将库发送到Specs仓库。