[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / f / 0 / 9 / GZCList / 0.4.3 / GZCList.podspec.json
blob2751c1f0daf35f64d232017b4d5e4badb7a40fbd
2   "name": "GZCList",
3   "version": "0.4.3",
4   "summary": "Swift编写的快速创建TableView和CollectionView的框架",
5   "description": "使用Swift编写的快速创建ListView和CollectionView的框架,灵感来自于Eureka",
6   "homepage": "https://gitlab.com/GZCFrameworks_swift/GZCList",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guo ZhongCheng": "gzhongcheng@qq.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/GZCFrameworks_swift/GZCList.git",
16     "tag": "0.4.3"
17   },
18   "swift_versions": "5.3",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "default_subspecs": "Segmented",
23   "subspecs": [
24     {
25       "name": "Base",
26       "source_files": "GZCList/Classes/Base/**/*.swift",
27       "dependencies": {
28         "SnapKit": [
30         ],
31         "GZCExtends/WebImage": [
33         ]
34       }
35     },
36     {
37       "name": "CollectionView",
38       "source_files": "GZCList/Classes/CollectionView/**/*.swift",
39       "dependencies": {
40         "GZCList/Base": [
42         ]
43       }
44     },
45     {
46       "name": "TableView",
47       "source_files": "GZCList/Classes/TableView/**/*.swift",
48       "dependencies": {
49         "GZCList/Base": [
51         ]
52       }
53     },
54     {
55       "name": "Refresh",
56       "source_files": "GZCList/Classes/RefreshExtension/**/*.swift",
57       "dependencies": {
58         "GZCList/CollectionView": [
60         ],
61         "GZCList/TableView": [
63         ],
64         "ESPullToRefresh": [
66         ]
67       }
68     },
69     {
70       "name": "Segmented",
71       "source_files": "GZCList/Classes/SegmentedExtension/**/*.swift",
72       "dependencies": {
73         "GZCList/Refresh": [
75         ],
76         "JXSegmentedView": [
78         ]
79       }
80     }
81   ],
82   "swift_version": "5.3"