The following steps need to be done to deploy the Library to Github
and Cocoapods
:
- Run Unit Tests
- Lint Podfile using
pod lib lint
- Update Version in
Pod Specs
- Push Code to Git
- Create Release on Git
git tag -a 0.5.5 -m "0.5.6"
git push origin 0.5.6
- Push code to CocoaPods using
pod trunk push SwiftGS1Barcode.podspec