blob: 40e8b2018c99a1ffd5911d8bcc423f3f1b2e88ba [file] [log] [blame]
{
"name": "MappingJSON",
"version": "1.0.0",
"summary": "A framework written in Swift for mapping JSON to object",
"description": "MappingJSON is a framework written in Swift to make it easy to map JSON to your object.",
"homepage": "https://github.com/hinoppy/MappingJSON",
"license": "MIT",
"authors": {
"Shinya Hino": "shinya.hino@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.1",
"tvos": "9.1"
},
"source": {
"git": "https://github.com/hinoppy/MappingJSON.git",
"tag": "1.0.0"
},
"source_files": "MappingJSON/*.swift",
"requires_arc": true
}