Latest | 0.3.2 |
---|---|
Homepage | https://github.com/jovito-royeca/JJJUtils |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
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.
Latest podspec
{ "name": "JJJUtils", "version": "0.3.2", "summary": "A utility library for iOS and Mac OS projects.", "description": "A utility library for iOS and Mac OS projects, which includes useful string methods and a lot more!", "homepage": "https://github.com/jovito-royeca/JJJUtils", "license": "MIT", "authors": { "Jovito Royeca": "http://jovitoroyeca.com" }, "source": { "git": "https://github.com/jovito-royeca/JJJUtils.git", "tag": "0.3.2" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": [ "Pod/Classes/*.{h,m}", "Pod/Classes/iOS/*.{h,m}" ], "resource_bundles": { "JJJUtils": [ "Pod/Assets/*.png" ] }, "subspecs": [ { "name": "OSX", "platforms": { "osx": "10.8" }, "source_files": "Pod/Classes/*.{h,m}" } ] }
Thu, 19 May 2016 09:09:05 +0000