blob: 016cb98131d9a4f7d47d343fd0b91ee1679c705f [file] [log] [blame]
{
"name": "VVJSONSchemaValidation",
"version": "1.3.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.3.0"
},
"license": "MIT",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "VVJSONSchemaValidation/*.{h,m}"
}