To run the example project, clone the repo, and run pod install
from the Example directory first.
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"
$ edit JJJUtils.podspec
$ 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 is available under the MIT license. See the LICENSE file for more info.