blob: 3f2f2fe04df69307b409c3fe42be7026f1ecc952 [file] [log] [blame]
{
"name": "JSONSchema",
"version": "0.5.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.5.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Sources/*.swift",
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.1"
],
"swift_version": "5.1"
}