blob: 217a8b0ec5c8bb423101228cb8764275e4cd09cc [file] [log] [blame]
{
"name": "DictionaryCoding",
"version": "1.0.6",
"summary": "Swift Decoder/Encoder which converts to/from dictionaries.",
"description": "This is an implementation of Swift's Encoder/Decoder protocols which uses NSDictionary as its underlying container mechanism.\n\nIt allows you to take a native swift class or struct that confirms to the Codable protocol and convert it to, or initialise it from, a dictionary.",
"homepage": "https://github.com/elegantchaos/DictionaryCoding",
"license": {
"type": "custom",
"file": "LICENSE.md"
},
"authors": {
"Sam Deane": "sam@elegantchaos.com"
},
"source": {
"git": "https://github.com/elegantchaos/DictionaryCoding.git",
"tag": "1.0.6"
},
"swift_version": "4.1",
"platforms": {
"osx": "10.12",
"ios": "10.0"
},
"source_files": "Sources/DictionaryCoding/**/*"
}