| { |
| "name": "ECTableViewKit", |
| "version": "0.1.1", |
| "summary": "Simply done complicated tableview datasource and delegate replacements.", |
| "homepage": "https://github.com/EasyCocoa/ECTableViewKit", |
| "license": "MIT", |
| "authors": { |
| "hima": "hima@easycocoa.com" |
| }, |
| "source": { |
| "git": "https://github.com/EasyCocoa/ECTableViewKit.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "ECTableViewKit": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "public_header_files": "Pod/Classes/**/*.h", |
| "frameworks": "UIKit" |
| } |