blob: b9a04c86ea17a5eef7423d11b4e239a8c9859d49 [file] [log] [blame]
{
"name": "JSONSchema",
"version": "0.1.0",
"summary": "JSON Schema validator in Swift.",
"homepage": "https://github.com/kylef/JSONSchema.swift",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"social_media_url": "http://twitter.com/kylefuller",
"source": {
"git": "https://github.com/kylef/JSONSchema.swift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": [
"JSONSchema/JSONSchema.{h,swift}",
"JSONSchema/Validators.swift"
]
}