[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / 9 / GZCList / 0.2.11 / GZCList.podspec.json
blob2e2a607116dc176aeedef7514d30878ba31f878e
2   "name": "GZCList",
3   "version": "0.2.11",
4   "summary": "Swift编写的快速创建TableView和CollectionView的框架",
5   "description": "使用Swift编写的快速创建ListView和CollectionView的框架,灵感来自于Eureka",
6   "homepage": "https://gitlab.com/guozhongcheng/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/guozhongcheng/GZCList.git",
16     "tag": "0.2.11"
17   },
18   "swift_versions": "5.3",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "pod_target_xcconfig": {
23     "IPHONEOS_DEPLOYMENT_TARGET": "9.0"
24   },
25   "default_subspecs": "RefreshExtension",
26   "subspecs": [
27     {
28       "name": "Base",
29       "source_files": "GZCList/Classes/Base/**/*.swift",
30       "dependencies": {
31         "SnapKit": [
32           "~> 4.2.0"
33         ],
34         "Kingfisher": [
35           "~> 4.10.1"
36         ]
37       }
38     },
39     {
40       "name": "CollectionView",
41       "source_files": "GZCList/Classes/CollectionView/**/*.swift",
42       "dependencies": {
43         "GZCList/Base": [
45         ]
46       }
47     },
48     {
49       "name": "TableView",
50       "source_files": "GZCList/Classes/TableView/**/*.swift",
51       "dependencies": {
52         "GZCList/Base": [
54         ]
55       }
56     },
57     {
58       "name": "RefreshExtension",
59       "source_files": "GZCList/Classes/RefreshExtension/**/*.swift",
60       "dependencies": {
61         "GZCList/CollectionView": [
63         ],
64         "GZCList/TableView": [
66         ],
67         "ESPullToRefresh": [
69         ]
70       }
71     }
72   ],
73   "swift_version": "5.3"