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