[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 8 / 9 / JSONSchema / 0.6.0 / JSONSchema.podspec.json
blobda46dedd7b03656ff6715214e74cd9532ee043bc
2   "name": "JSONSchema",
3   "version": "0.6.0",
4   "summary": "JSON Schema validator in Swift.",
5   "homepage": "https://github.com/kylef/JSONSchema.swift",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "social_media_url": "http://twitter.com/kylefuller",
14   "source": {
15     "git": "https://github.com/kylef/JSONSchema.swift.git",
16     "tag": "0.6.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "source_files": "Sources/**.swift",
24   "swift_versions": [
25     "5.0",
26     "5.1"
27   ],
28   "pushed_with_swift_version": "5",
29   "swift_version": "5.1"