JJJUtils 0.3.4

JJJUtils 0.3.4

测试已测试
语言语言 Obj-CObjective C
许可协议 MIT
发布日期上次发布2024年4月

未声明的用户 维护。



JJJUtils 0.3.4

  • Vito Royeca

JJJUtils

CI Status Version License Platform

使用方法

要运行示例项目,请克隆仓库,然后从 Example 目录首次运行 pod install

需求

安装

通过 CocoaPods 可以使用 JJJUtils。要安装它,只需将以下行添加到您的 Podfile 中:

pod "JJJUtils"

如果您在 OSX 项目中使用 JJJutils,您应使用

pod "JJJUtils/OSX"

发布新构建

$ edit JJJUtils.podspec

设置新版本为 0.0.1

设置新标签为 0.0.1

$ pod lib lint --allow-warnings $ git add -A && git commit -m "Release 0.0.1." $ git tag '0.0.1' $ git push --tags $ pod trunk push JJJUtils.podspec --allow-warnings

作者

Jovito Royeca, http://jovitoroyeca.com

许可协议

JJJUtils 在 MIT 许可证下可用。有关更多信息,请参阅 LICENSE 文件。