blob: 8fd657369c5dbd5b9c3f8e71dd0be4af2d9f8eef [file] [log] [blame]
{
"name": "DSJSONSchemaValidation",
"version": "2.0.0",
"authors": {
"Vlas Voloshin": "argentumko@gmail.com",
"Andrew Podkovyrin": "podkovyrin@gmail.com"
},
"homepage": "https://github.com/dashevo/JSONSchemaValidation",
"social_media_url": "https://twitter.com/podkovyr",
"summary": "JSON Schema draft 4, 6 and 7 parsing and validation library written in Objective C.",
"source": {
"git": "https://github.com/dashevo/JSONSchemaValidation.git",
"tag": "2.0.0"
},
"license": "MIT",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": "DSJSONSchemaValidation/**/*.{h,m}"
}