[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / 0 / 5 / TOMLDecoder / 0.1.3 / TOMLDecoder.podspec.json
blobef2c96efcbd379670055cb82ddb3322d97994a52
2   "name": "TOMLDecoder",
3   "version": "0.1.3",
4   "summary": "Swift Decodable support for TOML.",
5   "homepage": "https://github.com/dduan/TOMLDecoder",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Daniel Duan": "daniel@duan.ca"
12   },
13   "social_media_url": "https://twitter.com/daniel_duan",
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "swift_version": "5.0",
21   "source": {
22     "git": "https://github.com/dduan/TOMLDecoder.git",
23     "tag": "0.1.3"
24   },
25   "source_files": "Sources/**/*.swift",
26   "requires_arc": true,
27   "module_name": "TOMLDecoder",
28   "dependencies": {
29     "NetTime": [
30       "~> 0.2.1"
31     ],
32     "TOMLDeserializer": [
33       "~> 0.2.3"
34     ]
35   }