2 "name": "ObjectDecoder",
4 "summary": "A Swift Class that decodes basic structures such as Dictionaries and Arrays.",
5 "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.",
6 "homepage": "https://github.com/LucasBest/ObjectDecoder",
12 "Lucas Best": "lucas.best.5@gmail.com"
15 "git": "https://github.com/LucasBest/ObjectDecoder.git",
21 "source_files": "ObjectDecoder/Classes/**/*"