blob: dfdcb6ec2b81878c541a1bc68ba2b4e8b4652ab6 [file] [log] [blame]
{
"name": "TOMLDecoder",
"version": "0.1.4",
"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.0",
"source": {
"git": "https://github.com/dduan/TOMLDecoder.git",
"tag": "0.1.4"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"module_name": "TOMLDecoder",
"dependencies": {
"NetTime": [
"~> 0.2.1"
],
"TOMLDeserializer": [
"~> 0.2.3"
]
},
"swift_version": "5.0"
}