Skip to content
Victor Ilyukevich edited this page Apr 18, 2016 · 1 revision

Release process

$ edit FormatterKit.podspec
# set the new version to 0.0.1
# set the new tag to 0.0.1
$ pod lib lint

$ git add FormatterKit.podspec && git commit -m "Release 0.0.1."
$ git tag '0.0.1'
$ git push --tags

$ pod trunk push FormatterKit.podspec

Resources: Making a CocoaPod guide.

Clone this wiki locally