[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / a / Statham / 2.1.0 / Statham.podspec.json
blob193b59de261d84e8f53027950bf2267157d506a8
2   "name": "Statham",
3   "version": "2.1.0",
4   "license": "MIT",
5   "summary": "Swift library for decoding JSON",
6   "description": "Exposes the `ValueOrDecodingError<Wrapped>` type.",
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": "2.1.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "swift_versions": "5.1",
24   "swift_version": "5.1",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/Statham"
29     }
30   ]