[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / 5 / TOMLDecoder / 0.1.5 / TOMLDecoder.podspec.json
blobb88f0f7c1b4478361ce3ecb879411ff1fcad4845
2   "name": "TOMLDecoder",
3   "version": "0.1.5",
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_versions": "5.1",
21   "source": {
22     "git": "https://github.com/dduan/TOMLDecoder.git",
23     "tag": "0.1.5"
24   },
25   "source_files": "Sources/**/*.swift",
26   "requires_arc": true,
27   "module_name": "TOMLDecoder",
28   "dependencies": {
29     "NetTime": [
30       "~> 0.2.2"
31     ],
32     "TOMLDeserializer": [
33       "~> 0.2.4"
34     ]
35   },
36   "swift_version": "5.1"