blob: 18391b63ce1e6b1e14d4d20cd21f0d09d12a6960 [file] [log] [blame]
{
"name": "DictionaryDecoder",
"version": "0.9.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": "zlib",
"file": "LICENCE.md"
},
"source": {
"git": "https://github.com/swhitty/DictionaryDecoder.git",
"tag": "0.9.0"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": "DictionaryDecoder/*.swift",
"swift_version": "4.0"
}