| { | |
| "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" | |
| } | |
| } |