blob: c1ddacc3b41b302b8eeab422b4da1a9a0cb2eeb2 [file] [log] [blame]
{
"name": "DictionaryDecoder",
"version": "0.10.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.10.0"
},
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.10"
},
"source_files": "Sources/*.swift",
"swift_version": "4.2"
}