blob: bb5f3feab862b6e938722da37d4011b3a90af7fb [file] [log] [blame]
{
"name": "json-schema-validator",
"version": "0.0.2",
"summary": "A json schema validator for iOS",
"description": "json-schema-validator is iOS implementation the json-schema draft found at http://json-schema.org",
"homepage": "https://github.com/krpiatkowski/json-schema-validator",
"license": "MIT",
"authors": {
"krpiatkowski": "kr.piatkowski@gmail.com",
"CodeReaper": "jakobj@jakobj.dk"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/krpiatkowski/json-schema-validator.git",
"tag": "0.0.2"
},
"source_files": "json-schema-validator/Classes/**/*.{h,m}",
"resources": [
"json-schema-validator/Resources/*.json"
],
"requires_arc": true
}