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