blob: 892c731be406ef9875c9309450feb29f8be98daf [file] [log] [blame]
{
"name": "DecodableBox",
"version": "1.0",
"summary": "Box your decodable models",
"description": "You can use this library to box your models so you don't need to struggle with decoding complex JSONs",
"homepage": "http://maciejgad.pl",
"license": "MIT",
"authors": {
"Maciej Gad": "gad.maciej@gmail.com"
},
"social_media_url": "http://twitter.com/maciej_gad",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/MaciejGad/DecodableBox.git",
"tag": "1.0"
},
"source_files": "DecodableBox/*.swift",
"swift_version": "4.1"
}