blob: bdaeadadb1783bb7cbad9c2a5a5b33adba78cde7 [file] [log] [blame]
{
"name": "MMBaseModel",
"version": "1.0.0",
"summary": "MMBaseModel usage.",
"description": "use to simplify the use of model",
"homepage": "https://github.com/ioszhanghui/MMBaseModel",
"license": "MIT License",
"authors": {
"zhanghui": "ioszhanghui@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ioszhanghui/MMBaseModel.git",
"tag": "1.0.0"
},
"source_files": "BaseModel/*",
"exclude_files": "Classes/Exclude",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}