blob: ebc48dc78bcc889a6dedf8afbe26f5bbddd1a825 [file] [log] [blame]
{
"name": "JSONSchema",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": [
"JSONSchema/JSONSchema.{h,swift}",
"JSONSchema/Validators.swift"
]
}