-
Notifications
You must be signed in to change notification settings - Fork 24
Home
Victor Ilyukevich edited this page May 10, 2016
·
1 revision
$ 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.podspecResources: Making a CocoaPod guide.