Latest | 0.1.4 |
---|---|
Homepage | https://github.com/fleitz/JQKit |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
Usage
To run the example project; clone the repo, and run pod install
from the Project directory first.
Requirements
Installation
JQKit is available through CocoaPods, to install
it simply add the following line to your Podfile:
pod "JQKit"
Author
Fred Leitz, [email protected]
License
JQKit is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "JQKit", "version": "0.1.4", "summary": "JQKit is an Objective-C wrapper around jq.", "description": " JQKit is an Objective-C wrapper around jq.nn * NSData+JQn * NSString+JQn", "homepage": "https://github.com/fleitz/JQKit", "license": "MIT", "authors": { "Fred Leitz": "[email protected]" }, "source": { "git": "https://github.com/fleitz/JQKit.git", "tag": "0.1.4" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Classes/**/*.{h,m,c}", "ios": { "exclude_files": "Classes/osx" }, "osx": { "exclude_files": "Classes/ios" } }
Fri, 04 Mar 2016 22:24:03 +0000