blob: e3e7b113d945c9b4555dd7d7b8e27751cf463440 [file] [log] [blame]
{
"name": "ObjectDecoder",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ObjectDecoder/Classes/**/*"
}