blob: fa7edf50b6a3bb09833875f8b22a4e1dd851ebf9 [file] [log] [blame]
{
"name": "DictionaryDecoder",
"version": "0.9.3",
"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": "LICENSE.txt"
},
"source": {
"git": "https://github.com/swhitty/DictionaryDecoder.git",
"tag": "0.9.3"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": "Sources/*.swift",
"swift_version": "4.0"
}