[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 6 / a / HXConvenientListView / 1.0.6 / HXConvenientListView.podspec.json
blob8c4847eedf549b8bafbf08b6c1ed21a8b1b1c538
2   "name": "HXConvenientListView",
3   "version": "1.0.6",
4   "summary": "简化使用列表对象时的代码书写量,例如数据源配置、事件回调",
5   "homepage": "https://gitee.com/huanxiong",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "dahuanxiong": "xinlixuezyj@163.com"
12   },
13   "source": {
14     "git": "https://github.com/yiyucanglang/HXConvenientListView.git",
15     "tag": "1.0.6"
16   },
17   "requires_arc": true,
18   "static_framework": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "public_header_files": "Core/*{h}",
27       "source_files": "Core/*.{h,m}",
28       "dependencies": {
29         "Masonry": [
31         ]
32       }
33     },
34     {
35       "name": "List",
36       "public_header_files": "List/*{h}",
37       "source_files": "List/*.{h,m}",
38       "dependencies": {
39         "HXConvenientListView/Core": [
41         ]
42       }
43     }
44   ]