Skip to content
Victor Ilyukevich edited this page May 10, 2016 · 1 revision

Releasing a new version

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

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

$ pod trunk push CZPhotoPickerController.podspec

Resources: Making a CocoaPod guide.

Clone this wiki locally