[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 8 / 9 / JSONSchema / 0.3.0 / JSONSchema.podspec.json
blob661e8fa43133271498dfe900d8fd4f34e4a9d546
2   "name": "JSONSchema",
3   "version": "0.3.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.3.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "Sources/JSONSchema.{h,swift}",
25     "Sources/Validators.swift"
26   ]