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