blob: 452e905e2b22e0102403aa0c8c4eb30bdd2e1a6b [file] [log] [blame]
{
"name": "MCJSONKit",
"version": "0.2.0",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"summary": "A fast and convenient conversion between JSON and model",
"description": "A fast and convenient conversion between JSON and model.Magical Data Modeling Framework for JSON - allows rapid creation of smart data models.",
"homepage": "https://github.com/mylcode/MCJSONKit",
"license": "MIT",
"authors": {
"mylcode": "mylcode.ali@gmail.com"
},
"source": {
"git": "https://github.com/mylcode/MCJSONKit.git",
"tag": "0.2.0"
},
"source_files": "MCJSONKit/Classes/**/*",
"requires_arc": true,
"dependencies": {
"MCLogger": [
"~> 0.2.1"
]
}
}