blob: b9824df2f8deb433bc1c460e16fae31750b337be [file] [log] [blame]
{
"name": "CodableMapper",
"version": "0.1.0",
"summary": "JSON to Decodable Object inspired by ObjectMapper",
"description": "CodableMapper is a framework written in Swift that makes it easy for you to convert your decodable model objects (classes and structs) from JSON.\nInspired by ObjectMapper.",
"homepage": "https://github.com/noppefoxwolf/CodableMapper.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tomoya Hirano": "noppelabs@gmail.com"
},
"source": {
"git": "https://github.com/noppefoxwolf/CodableMapper.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/noppefoxwolf",
"platforms": {
"ios": "8.0"
},
"source_files": "CodableMapper/Classes/**/*"
}