blob: ff012ea4837831b34dc80dde34bfdcb98ab42f03 [file] [log] [blame]
{
"name": "SVJsonSchemaValidator",
"version": "0.0.7",
"summary": "Simple JSON Validator for Objective-C.",
"homepage": "https://bitbucket.org/nut_code_monkey/jsonschemavalidator",
"authors": {
"Max Lunin": "nut.code.monkey@gmail.com"
},
"source": {
"git": "https://nut_code_monkey@bitbucket.org/nut_code_monkey/jsonschemavalidator.git",
"tag": "0.0.7"
},
"source_files": [
"SVJsonSchemaValidator",
"JsonSchemaValidator/**/*.{h,m}"
],
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "5.0"
}
}