You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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