[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / a / Statham / 0.6.0 / Statham.podspec.json
blob986af6a007c9f1c48ee3d38a8622d97a3865b16c
2   "name": "Statham",
3   "version": "0.6.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": "0.6.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources"
27     },
28     {
29       "name": "NSDate-iso8601",
30       "source_files": "extensions/NSDate+JsonGen.swift",
31       "dependencies": {
32         "Statham/Core": [
34         ]
35       }
36     }
37   ]