[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 3 / 7 / Babel / 0.5.1 / Babel.podspec.json
blob695cedfbb3d07db9714de35328c99272bc688d91
2   "name": "Babel",
3   "version": "0.5.1",
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.1"
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   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": [
35         "Sources/Value.swift",
36         "Sources/Decoding.swift",
37         "Sources/JSON.swift"
38       ]
39     },
40     {
41       "name": "Decodable",
42       "dependencies": {
43         "Babel/Core": [
45         ]
46       },
47       "source_files": "Sources/Decodable.swift"
48     },
49     {
50       "name": "Operators",
51       "dependencies": {
52         "Babel/Decodable": [
54         ]
55       },
56       "source_files": "Sources/Operators.swift"
57     },
58     {
59       "name": "Foundation",
60       "dependencies": {
61         "Babel/Decodable": [
63         ]
64       },
65       "frameworks": "Foundation",
66       "source_files": "Sources/Foundation.swift"
67     },
68     {
69       "name": "Helpers",
70       "source_files": "Sources/Helpers.swift"
71     }
72   ]