blob: 8614e6ec377072f7d2d2458b726834064159b77f [file] [log] [blame]
{
"name": "AndyExtension",
"version": "1.0.5",
"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.5"
},
"source_files": "AndyExtension/*",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true
}