CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

STM 0.2.5

STM 0.2.5

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2018

Maintained by Tracy Rojas.



 
Depends on:
AWSCore~> 2.6.12
AWSS3~> 2.6.12
AWSSNS~> 2.6.12
 

STM 0.2.5

CocoaPods CocoaPods

Shout to Me iOS SDK

Documentation

##Release Workflow

$ cd ~/code/Pods/NAME
$ edit NAME.podspec
# set the new version to 0.0.1
# set the new tag to 0.0.1
$ pod lib lint

$ git add -A && git commit -m "Release 0.0.1."
$ git tag '0.0.1'
$ git push --tags

Once your tags are pushed you can use the command: pod trunk push NAME.podspec to send your library to the Specs repo.