[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 3 / 7 / Babel / 0.5.4 / Babel.podspec.json
blob8ecfc58e79e8745d96df51ef9e6ea473e645388b
2   "name": "Babel",
3   "version": "0.5.4",
4   "summary": "JSON! *Pure Swift*, failure driven, inferred *but unambiguous*, with powerful *but optional* operators.",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Mathew Huusko V": "mhuusko5@gmail.com"
11   },
12   "homepage": "https://github.com/mhuusko5/Babel",
13   "social_media_url": "https://twitter.com/mhuusko5",
14   "source": {
15     "git": "https://github.com/mhuusko5/Babel.git",
16     "tag": "0.5.4"
17   },
18   "platforms": {
19     "osx": "10.9",
20     "ios": "8.0",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": [
26     "Core",
27     "Decodable",
28     "Operators",
29     "Foundation"
30   ],
31   "pushed_with_swift_version": "3.0",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": [
36         "Sources/Value.swift",
37         "Sources/Decoding.swift",
38         "Sources/JSON.swift"
39       ]
40     },
41     {
42       "name": "Decodable",
43       "dependencies": {
44         "Babel/Core": [
46         ]
47       },
48       "source_files": "Sources/Decodable.swift"
49     },
50     {
51       "name": "Operators",
52       "dependencies": {
53         "Babel/Decodable": [
55         ]
56       },
57       "source_files": "Sources/Operators.swift"
58     },
59     {
60       "name": "Foundation",
61       "dependencies": {
62         "Babel/Decodable": [
64         ]
65       },
66       "frameworks": "Foundation",
67       "source_files": "Sources/Foundation.swift"
68     },
69     {
70       "name": "Helpers",
71       "source_files": "Sources/Helpers.swift"
72     }
73   ]