blob: 92c97c542bcf2e8c636133eef1e83d8ea9c19d81 [file] [log] [blame]
{
"name": "SCGridTable",
"version": "0.9.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/luosch/SCGridTable",
"authors": {
"Sicheng Luo": "i@lsich.com"
},
"summary": "A uesful and lightweight GridTable for iOS APP",
"source": {
"git": "https://github.com/luosch/SCGridTable.git",
"tag": "v0.9.0"
},
"source_files": "Classes/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}