[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 6 / f / TableViewManager / 0.1.1 / TableViewManager.podspec.json
blobca3748d950e833fd7ecd9bc74b5af6f8aaf0c30a
2   "name": "TableViewManager",
3   "version": "0.1.1",
4   "summary": "Using custom UITableViewCell using Nib easier.",
5   "description": "Pod registers Nibs and allows you to handle all custom UITableViewCells with enum. Written in Swift.",
6   "homepage": "https://github.com/arturjaworski/TableViewManager",
7   "license": "MIT",
8   "authors": {
9     "Artur Jaworski": "kontakt@arturjaworski.pl"
10   },
11   "source": {
12     "git": "https://github.com/arturjaworski/TableViewManager.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TableViewManager": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit"