[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 0 / 1 / d / DZLayoutTable / 0.3.7 / DZLayoutTable.podspec.json
blob9ae1a69be46da52a72703597fdb2f655bf2d0c49
2   "name": "DZLayoutTable",
3   "version": "0.3.7",
4   "summary": "cell高度变动的tableview的一套通用框架",
5   "description": "cell高度变动的tableview的一套通用框架,通过定义几个基础的类,以及布局流程来简化tableview的维护。",
6   "homepage": "https://github.com/yishuiliunian/DZLayoutTable",
7   "license": "MIT",
8   "authors": {
9     "stonedong": "yishuiliunian@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/yishuiliunian/DZLayoutTable.git",
13     "tag": "0.3.7"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DZLayoutTable": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": "UIKit",
26   "dependencies": {
27     "DZAdjustFrame": [
29     ]
30   }