[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / d / 2 / b / TableViewAutolayoutManager / 0.2 / TableViewAutolayoutManager.podspec.json
blob4538a397316619f83d97b2273935fc59fbff4452
2   "name": "TableViewAutolayoutManager",
3   "version": "0.2",
4   "summary": "Dynamic custom UITableViewCell height based on autolayout.",
5   "description": "Automatically takes care of custom UITableViewCell dynamic 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.2"
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   }