STM 0.2.5

STM 0.2.5

测试已测试
语言语言 Obj-CObjective C
许可 MIT
发布最后发布2018年4月

Tracy Rojas维护。



 
依赖
AWSCore~> 2.6.12
AWSS3~> 2.6.12
AWSSNS~> 2.6.12
 

STM 0.2.5

CocoaPods CocoaPods

Shout to Me iOS SDK

文档

##发布工作流程

$ 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

一旦推送了您的标签,可以使用命令:pod trunk push NAME.podspec将库发送到Specs仓库。