Pushing a new CocoaPods Version with Trunk

CocoaPods is a useful dependency management tool for OSX and iOS. They’ve recently introduced some changes, to ease the process of publishing new versions of your Framework.

Just in case you’re lost, just like me, these are the commands required to push a new release:

[cc]
pod trunk register EMAIL@HERE.COM ‘Your Name’ –description=’MBP 15′
pod trunk me
pod trunk push FrameworkName.podspec.json
[/cc]

Note that after hitting trunk register, you’ll get an email to confirm your identity.

%d