[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 9 / a / Statham / 2.0.0 / Statham.podspec.json
blobe13f3867d550905a80afb43d761c19143510e90d
2   "name": "Statham",
3   "version": "2.0.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.0.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "swift_version": "4.2",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources"
28     }
29   ]