[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / a / Statham / 1.1.0 / Statham.podspec.json
blob1836c69a42218ddc59a2a7b5768680f80f560fff
2   "name": "Statham",
3   "version": "1.1.0",
4   "license": "MIT",
5   "summary": "Swift library for decoding Json. Used by JsonGen code generator.",
6   "description": "Statham is a library written in Swift for encoding and decoding Json.\nThe JsonGen code generator is used to generate Statham code.",
7   "authors": {
8     "Tom Lokhorst": "tom@lokhorst.eu"
9   },
10   "social_media_url": "https://twitter.com/tomlokhorst",
11   "homepage": "https://github.com/tomlokhorst/Statham",
12   "platforms": {
13     "ios": "8.0",
14     "osx": "10.10",
15     "tvos": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/tomlokhorst/Statham.git",
19     "tag": "1.1.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources"
28     },
29     {
30       "name": "Date-iso8601",
31       "source_files": "extensions/Date+JsonGen.swift",
32       "dependencies": {
33         "Statham/Core": [
35         ]
36       }
37     },
38     {
39       "name": "Alamofire",
40       "platforms": {
41         "ios": "9.0"
42       },
43       "source_files": "extensions/Alamofire+Statham.swift",
44       "dependencies": {
45         "Statham/Core": [
47         ],
48         "Promissum/Alamofire": [
49           "~> 1.0"
50         ]
51       }
52     },
53     {
54       "name": "Alamofire+Promissum",
55       "platforms": {
56         "ios": "9.0"
57       },
58       "source_files": [
59         "extensions/Alamofire+Statham.swift",
60         "extensions/Alamofire+Promissum+Statham.swift"
61       ],
62       "dependencies": {
63         "Statham/Core": [
65         ],
66         "Promissum/Alamofire": [
67           "~> 1.0"
68         ]
69       }
70     }
71   ]