-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sebastian Boldt edited this page Oct 28, 2015
·
3 revisions
When the new version of a pod is complete :
- Update the version number in the podspec in the local folder
- git tag ‘1.2.3’ (in the pod folder)
- git push --tags
- Push all changes to the repository
- pod repo push Private-Cocoapods FFXmasonryAdvancedCollectionViewCompatibility.podspec --verbose --use-libraries --allow-warnings
- Revert the Podfile in the project back to how it was (without the path)
- pod update in project folder (should get new version)
- check pod has moved back to normal Pods project
- build & test