| { |
| "name": "M80TableViewComponent", |
| "version": "0.1.0", |
| "summary": "A component-based framework for UITableView.", |
| "description": "A component-based framework for UITableView: fast && flexible && safe.", |
| "homepage": "https://github.com/xiangwangfeng/M80TableViewComponent", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "amao": "xiangwangfeng@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/xiangwangfeng/M80TableViewComponent.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "M80TableViewComponent/Classes/**/*", |
| "frameworks": "UIKit" |
| } |