blob: 01eba786ade31127cc7d075981a54304d9b00ed8 [file] [log] [blame]
{
"name": "VVJSONSchemaValidation",
"version": "1.2.0",
"authors": {
"Vlas Voloshin": "argentumko@gmail.com"
},
"homepage": "https://github.com/vlas-voloshin/JSONSchemaValidation",
"social_media_url": "https://twitter.com/argentumko",
"summary": "JSON Schema draft 4 parsing and validation library written in Objective C.",
"source": {
"git": "https://github.com/vlas-voloshin/JSONSchemaValidation.git",
"tag": "1.2.0"
},
"license": "MIT",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "VVJSONSchemaValidation/*.{h,m}"
}