blob: 706a72cc17a83f2ca89c7bffc4f7d24926704d6f [file] [log] [blame]
{
"name": "JSONSchemaSwift",
"version": "0.0.1",
"summary": "A JSONSchema validation library for swift, supporting JSONSchema draft 7.",
"description": "A JSON Schema validation library that supports the majority of JSONSchema draft 7.",
"homepage": "https://github.com/tribalworldwidelondon/JSONSchemaSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andy Best": "andy.best@tribalworldwide.co.uk"
},
"platforms": {
"ios": "9.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/tribalworldwidelondon/JSONSchemaSwift.git",
"tag": "0.0.1"
},
"swift_version": "4.2",
"subspecs": [
{
"name": "JSONParser",
"source_files": "Sources/JSONParser/**/*.swift"
},
{
"name": "Core",
"dependencies": {
"JSONSchemaSwift/JSONParser": [
]
},
"source_files": "Sources/JSONSchema/**/*.swift"
}
]
}