blob: fe07f2753c2d793df289ac5c6d12fd1b57fdf144 [file] [log] [blame]
{
"name": "KiteJSONValidator",
"summary": "A native Objective-C JSON schema validator supporting JSON Schema draft 4",
"description": "\t\t\t\t\tA native Objective-C JSON schema validator supporting [JSON Schema draft 4] [schemalink] released under the MIT license.\n\n\t\t\t\t\tNotes: This implementation does not support inline dereferencing (see [section 7.2.3] [section723] of the JSON Schema Spec).\n\n\t\t\t\t\tDevelopment discussion [here] [devLink]\n\n\t\t\t\t\t[schemalink]: http://tools.ietf.org/html/draft-zyp-json-schema-04\n\t\t\t\t\t[section723]: http://json-schema.org/latest/json-schema-core.html#anchor30\n\t\t\t\t\t[devlink]: https://groups.google.com/forum/#!forum/kitejsonvalidator-development\n",
"homepage": "https://github.com/samskiter/KiteJSONValidator",
"license": "MIT",
"authors": {
"Sam Duke": "samskiter@users.noreply.github.com"
},
"version": "0.2.1",
"source": {
"git": "https://github.com/samskiter/KiteJSONValidator.git",
"tag": "v0.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Sources/*.{h,m}",
"xcconfig": {
"ONLY_ACTIVE_ARCH": "NO"
},
"subspecs": [
{
"name": "KiteJSONResources",
"resource_bundles": {
"KiteJSONValidator": [
"Resources/ReferenceSchemae/*"
]
}
}
]
}