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