[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 0 / 9 / a / Statham / 0.6.2 / Statham.podspec.json
blobb1018e5fcd42e453a2c50b5ebd9465113e9a22f4
2   "name": "Statham",
3   "version": "0.6.2",
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.2"
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   ]