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