[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 1 / 0 / 7 / BMCustomTableView / 0.1.0 / BMCustomTableView.podspec.json
bloba08cf906007725c9408b3bb73edb000ce7ed044f
2   "name": "BMCustomTableView",
3   "version": "0.1.0",
4   "summary": "A subclass of UITableView that customizes cells.",
5   "description": "BMCustomTableView is a CocoaPod that subclasses from UITableView. With this pod you can customize cells from a UITableView in a unique way.",
6   "homepage": "https://github.com/bmbrina/BMCustomTableView",
7   "license": "MIT",
8   "authors": {
9     "Barbara M Brina": "bmbrina9@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/bmbrina/BMCustomTableView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BMCustomTableView": [
22       "Pod/Assets/*.png"
23     ]
24   }