- Make sure you are running latest version of cocoapods by running
sudo gem update cocoapods
- Make sure you udpate changelog.md and podspec to include version you are about to release
- Push latest to version to github
- Create github release & add release notes
- Make sure pod is valid by running 'pod spec lint Particle-SDK.podspec --allow-warnings'
- If pod is valid, publish pod by running 'pod trunk push Particle-SDK.podspec --allow-warnings'
- If trunk fails, you might need to register your current session by running 'pod trunk register youremail@partice.io 'FirstName LastName' --description='MBP 2016'