blob: f94593550d3f6dda35ea971aa5a4e2f0601e20c8 [file] [log] [blame]
{
"name": "ObjectDecoder",
"version": "0.1.0",
"summary": "A Swift Class that decodes basic structures such as Dictionaries and Arrays.",
"description": "ObjectDecoder is a Swift Class that allows for decoding common Swift types such as Dictionary and Array. Use object decoder to convert data models that conform to Decodable from basic structures.",
"homepage": "https://github.com/LucasBest/ObjectDecoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Best": "lucas.best.5@gmail.com"
},
"source": {
"git": "https://github.com/LucasBest/ObjectDecoder.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ObjectDecoder/Classes/**/*",
"pushed_with_swift_version": "4.0"
}