blob: 7163bcd844cfc30d7ed39c87389311c290803b28 [file] [log] [blame]
{
"name": "ObjectDecoder",
"version": "0.2.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.2.0"
},
"social_media_url": "https://twitter.com/thereallu5",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "ObjectDecoder/Classes/**/*"
}