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