JJJUtils 0.3.4

JJJUtils 0.3.4

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

Maintained by Unclaimed.



JJJUtils 0.3.4

  • By
  • Vito Royeca

JJJUtils

CI Status Version License Platform

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

JJJUtils is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "JJJUtils"

If using JJJUtils in an OSX project you should use:

pod "JJJUtils/OSX"

Releasing a New Build

$ edit JJJUtils.podspec

set the new version to 0.0.1

set the new tag to 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

Author

Jovito Royeca, http://jovitoroyeca.com

License

JJJUtils is available under the MIT license. See the LICENSE file for more info.