blob: 7517df00f3575519602e076cc8b64fc9d06f63f0 [file] [log] [blame]
{
"name": "DictionaryDecoder",
"version": "0.13.0",
"summary": "A Swift library for encoding and decoding Codable types to [String: Any].",
"homepage": "https://github.com/swhitty/DictionaryDecoder",
"authors": "Simon Whitty",
"license": {
"type": "mit",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/swhitty/DictionaryDecoder.git",
"tag": "0.13.0"
},
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": "Sources/*.swift",
"watchos": {
"exclude_files": "Sources/NSUbiquitousKeyValueStore+Codable.swift"
},
"swift_version": "4.2"
}