Skip to content

ShoutToMe/stm-sdk-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.