blob: f6f614eef3abac5abc6c73d32f28c8ae4f71d6f6 [file] [log] [blame]
{
"name": "Mappable",
"version": "1.1.1",
"summary": "JSON Object mapping, supporting `let` properties.",
"description": "A simple convenient JSON object mapping tool, supporting model with `let` properties.",
"homepage": "https://github.com/leavez/Mappable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leavez": "gaojiji@gmail.com"
},
"source": {
"git": "https://github.com/leavez/Mappable.git",
"tag": "1.1.1"
},
"source_files": "Sources/**/*.swift",
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.10"
}
}