blob: f492faea8869b7a27ae7a1ad1b0c51a7d2667f40 [file] [log] [blame]
{
"name": "MCJSONKit",
"version": "0.4.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.4.0"
},
"source_files": "MCJSONKit/Classes/**/*",
"requires_arc": true,
"dependencies": {
"MCFoundation": [
"~> 0.1.0"
]
}
}