blob: e82045de2dee23649fe7a6629c858b65f404c94c [file] [log] [blame]
{
"name": "JSONTools",
"version": "1.0.1",
"summary": "JSON Patch, JSON Pointer, and JSON Schema Validation in Objective-C",
"description": " This Objective-C library is a collection of classes and categories that implement \n three powerful new features (JSON Patch, JSON Pointer, JSON Schema) that work with\n JSON data (represented by NSDictionaries and NSArrays in Objective-C).\n",
"homepage": "https://github.com/grgcombs/JSONTools",
"license": "MIT",
"authors": {
"Greg Combs": "gcombs@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/grgcombs/JSONTools.git",
"tag": "v1.0.1"
},
"source_files": "JSONTools/*.{h,m}",
"dependencies": {
"KiteJSONValidator": [
"~> 0.1.1-Pod"
]
},
"xcconfig": {
"ONLY_ACTIVE_ARCH": "NO"
},
"requires_arc": true
}