[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / f / 8 / ZWCommonTable / 1.0.4 / ZWCommonTable.podspec.json
blob359960cbb71a17ed79e35a8c60f36a402719ef63
2   "name": "ZWCommonTable",
3   "version": "1.0.4",
4   "summary": "更简洁、快速的实现静态TableView页面、JSON式写法让你随意增、删、改静态cell.",
5   "homepage": "https://github.com/wangziwu/ZWCommonTableDemo",
6   "license": "MIT",
7   "authors": {
8     "wangziwu": "wang_ziwu@126.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/wangziwu/ZWCommonTableDemo.git",
15     "tag": "1.0.4"
16   },
17   "requires_arc": true,
18   "source_files": "ZWCommonTable/ZWCommonTable.h",
19   "resources": "ZWCommonTable/**/*.{png,xib,nib,bundle}",
20   "frameworks": "UIKit",
21   "subspecs": [
22     {
23       "name": "ZWCore",
24       "source_files": "ZWCommonTable/ZWCore/*.{h,m}",
25       "dependencies": {
26         "ZWCommonTable/Protocol": [
28         ]
29       }
30     },
31     {
32       "name": "Protocol",
33       "source_files": "ZWCommonTable/Protocol/*.h"
34     },
35     {
36       "name": "ZWStaticCell",
37       "source_files": "ZWCommonTable/ZWStaticCell/*.{h,m}",
38       "dependencies": {
39         "ZWCommonTable/Protocol": [
41         ],
42         "ZWCommonTable/ZWCore": [
44         ],
45         "ZWCommonTable/ZWStaticModel": [
47         ]
48       }
49     },
50     {
51       "name": "ZWStaticModel",
52       "source_files": "ZWCommonTable/ZWStaticModel/*.{h,m}",
53       "dependencies": {
54         "ZWCommonTable/Protocol": [
56         ]
57       }
58     }
59   ]