blob: e47a38967f4d2b3dbbe6502d9d5deb8d98f97f4f [file] [log] [blame]
{
"name": "AndyExtension",
"version": "1.0.7",
"summary": "A fast and convenient conversion between JSON and model",
"description": "A fast, convenient and nonintrusive conversion for JSON to model. Your model class don't need to extend another base class. You don't need to modify any model file.",
"homepage": "https://github.com/lyandy/AndyExtension",
"license": "MIT",
"authors": {
"李扬": "liyangforever@vip.qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/lyandy/AndyExtension.git",
"tag": "1.0.7"
},
"source_files": "AndyExtension/*",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true
}