[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / 6 / a / HXConvenientListView / 1.0.3 / HXConvenientListView.podspec.json
bloba8a0b24cf83afb19f543852d1ae891c2a9092b42
2   "name": "HXConvenientListView",
3   "version": "1.0.3",
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.3"
16   },
17   "requires_arc": true,
18   "static_framework": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "subspecs": [
23     {
24       "name": "Core",
25       "public_header_files": "Core/*{h}",
26       "source_files": "Core/*.{h,m}",
27       "dependencies": {
28         "Masonry": [
30         ]
31       }
32     },
33     {
34       "name": "List",
35       "public_header_files": "List/*{h}",
36       "source_files": "List/*.{h,m}",
37       "dependencies": {
38         "HXConvenientListView/Core": [
40         ]
41       }
42     }
43   ]