blob: bb991209336b1c533915e01cc6a098d267806702 [file] [log] [blame]
{
"name": "SchemaValidator",
"version": "0.1.0",
"summary": "Schema based library to validate JSON like objects for Swift.",
"description": " You can use SchemaValidator to validate JSON like dictionary objects (for eg: anything that conforms to [NSObject:AnyObject] in Swift.\n See README for more detail and usage.\n\n\n",
"homepage": "https://github.com/sathyavijayan/SchemaValidator",
"license": "MIT",
"authors": {
"Sathyavijayan Vittal": "sathyavijayan@gmail.com"
},
"source": {
"git": "https://github.com/sathyavijayan/SchemaValidator.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SchemaValidator": [
"Pod/Assets/*.png"
]
}
}