blob: c64985a3469c8d13f94a644e013f3344bd8a7894 [file] [log] [blame]
{
"name": "SigmaTableViewModel",
"version": "1.0.0",
"summary": "A lightweight view model for iOS tableview.",
"homepage": "https://github.com/youzan/SigmaTableViewModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangke": "yangke@qima-inc.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/youzan/SigmaTableViewModel.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": [
"SigmaTableViewModel",
"Lib/*.{h,m}"
]
}