blob: b88f0f7c1b4478361ce3ecb879411ff1fcad4845 [file] [log] [blame]
{
"name": "TOMLDecoder",
"version": "0.1.5",
"summary": "Swift Decodable support for TOML.",
"homepage": "https://github.com/dduan/TOMLDecoder",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Daniel Duan": "daniel@duan.ca"
},
"social_media_url": "https://twitter.com/daniel_duan",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": "5.1",
"source": {
"git": "https://github.com/dduan/TOMLDecoder.git",
"tag": "0.1.5"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"module_name": "TOMLDecoder",
"dependencies": {
"NetTime": [
"~> 0.2.2"
],
"TOMLDeserializer": [
"~> 0.2.4"
]
},
"swift_version": "5.1"
}