CocoaPods release is a little helper that let's you release pods more easily.
$ gem install cocoapods-release
- Change the version in your
podspec
file. - Run
pod release
.
pod release
- tags and pushes your current branch
- automatically finds the repository hosting your existing podspec (master or private, doesn't matter) and
- pushes to podspec for you.
Oliver Letterer