PUBLISHING A COCOAPOD
To get started, you must first register your machine with the Trunk service. This
is easy enough, just specify your email address along with your name.
$ pod trunk register
[email protected] “Prajwal S"
Run pod spec lint. This is used to validate specifications. Your podspec should
pass without any errors or warnings.
$ pod spec lint
Now, all it takes to publish your code to CocoaPods is a single command. The
same command works for creating a new library or adding a new version to an
existing one:
$ pod trunk push NAME.podspec
Presentation © by Prajwal S, cosmostack.com