blob: 3a002799c35b50b8443292cedb07d5438ff0753c [file] [log] [blame]
{
"name": "JSONTools",
"version": "1.0.5",
"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.5"
},
"source_files": "JSONTools/*.{h,m}",
"dependencies": {
"KiteJSONValidator": [
"~> 0.2.2"
]
},
"requires_arc": true
}