blob: 8a988c12b1c0f31f62d4a6a2cd51e9bbb924f977 [file] [log] [blame]
{
"name": "ObjectDecoder",
"version": "0.3.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.3.0"
},
"social_media_url": "https://twitter.com/thereallu5",
"swift_version": "5.0",
"platforms": {
"ios": "10.0",
"watchos": "2.0"
},
"source_files": "ObjectDecoder/Classes/**/*"
}