[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 1 / 9 / JSONSchemaSwift / 0.0.1 / JSONSchemaSwift.podspec.json
blob706a72cc17a83f2ca89c7bffc4f7d24926704d6f
2   "name": "JSONSchemaSwift",
3   "version": "0.0.1",
4   "summary": "A JSONSchema validation library for swift, supporting JSONSchema draft 7.",
5   "description": "A JSON Schema validation library that supports the majority of JSONSchema draft 7.",
6   "homepage": "https://github.com/tribalworldwidelondon/JSONSchemaSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andy Best": "andy.best@tribalworldwide.co.uk"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/tribalworldwidelondon/JSONSchemaSwift.git",
20     "tag": "0.0.1"
21   },
22   "swift_version": "4.2",
23   "subspecs": [
24     {
25       "name": "JSONParser",
26       "source_files": "Sources/JSONParser/**/*.swift"
27     },
28     {
29       "name": "Core",
30       "dependencies": {
31         "JSONSchemaSwift/JSONParser": [
33         ]
34       },
35       "source_files": "Sources/JSONSchema/**/*.swift"
36     }
37   ]