[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / d / 2 / b / TableViewAutolayoutManager / 0.1 / TableViewAutolayoutManager.podspec.json
blob8247ca1f39d6992e90e63e2f30ea5e2e1ef4c284
2   "name": "TableViewAutolayoutManager",
3   "version": "0.1",
4   "summary": "Dynamic custom UITableViewCell height based on autolayout.",
5   "description": "Automatically taking care of dynamic custom UITableViewCell height. Written in Swift.",
6   "homepage": "https://github.com/arturjaworski/TableViewAutolayoutManager",
7   "license": "MIT",
8   "authors": {
9     "Artur Jaworski": "kontakt@arturjaworski.pl"
10   },
11   "source": {
12     "git": "https://github.com/arturjaworski/TableViewAutolayoutManager.git",
13     "tag": "0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "TableViewAutolayoutManager": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit",
26   "dependencies": {
27     "TableViewManager": [
29     ]
30   }