| { |
| "name": "BMCustomTableView", |
| "version": "0.1.0", |
| "summary": "A subclass of UITableView that customizes cells.", |
| "description": "BMCustomTableView is a CocoaPod that subclasses from UITableView. With this pod you can customize cells from a UITableView in a unique way.", |
| "homepage": "https://github.com/bmbrina/BMCustomTableView", |
| "license": "MIT", |
| "authors": { |
| "Barbara M Brina": "bmbrina9@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/bmbrina/BMCustomTableView.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "BMCustomTableView": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |