JJJUtils 0.3.2

JJJUtils 0.3.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2016

Maintained by Jovito Royeca.



JJJUtils 0.3.2

  • By
  • Jovito Royeca

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.