[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / f / 8 / e / DCBaseKitLib / 1.5.0 / DCBaseKitLib.podspec.json
blob2b5ae41c4efb5643a7832875c72fa6ef0a596df8
2   "name": "DCBaseKitLib",
3   "version": "1.5.0",
4   "summary": "基础层库,包含基础库以及功能库.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://gitlab.wuu.space:30000/Lee/dcbasekitlib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "0027014725": "0027014725@iwhalecloud.com"
13   },
14   "source": {
15     "git": "http://gitlab.wuu.space:30000/Lee/dcbasekitlib.git",
16     "tag": "1.5.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "DCBaseConfigLib",
24       "source_files": "DCBaseKitLib/Classes/DCBaseConfigLib/**/*",
25       "dependencies": {
26         "SDWebImage": [
28         ]
29       }
30     },
31     {
32       "name": "DCMBProgressHUDLib",
33       "source_files": "DCBaseKitLib/Classes/DCMBProgressHUDLib/**/*",
34       "dependencies": {
35         "SDWebImage": [
37         ]
38       }
39     },
40     {
41       "name": "DCAFNetWorkingManagerLib",
42       "source_files": "DCBaseKitLib/Classes/DCAFNetWorkingManagerLib/**/*",
43       "dependencies": {
44         "AFNetworking": [
46         ],
47         "MBProgressHUD": [
49         ],
50         "DCBaseKitLib/DCMBProgressHUDLib": [
52         ]
53       }
54     },
55     {
56       "name": "DCProductManagerLib",
57       "source_files": "DCBaseKitLib/Classes/DCProductManagerLib/**/*",
58       "dependencies": {
59         "AFNetworking": [
61         ],
62         "YYCache": [
64         ],
65         "YYModel": [
67         ],
68         "DCBaseKitLib/DCAFNetWorkingManagerLib": [
70         ],
71         "DCBaseKitLib/DCBaseConfigLib": [
73         ],
74         "DCBaseKitLib/DCMBProgressHUDLib": [
76         ],
77         "DCBaseKitLib/DCRepositoryLib": [
79         ],
80         "Masonry": [
81           "~> 1.1.0"
82         ],
83         "SSZipArchive": [
85         ]
86       }
87     },
88     {
89       "name": "DCRepositoryLib",
90       "source_files": "DCBaseKitLib/Classes/DCRepositoryLib/**/*",
91       "dependencies": {
92         "DCBaseKitLib/DCAFNetWorkingManagerLib": [
94         ],
95         "DCBaseKitLib/DCBaseConfigLib": [
97         ],
98         "YYModel": [
100         ]
101       }
102     }
103   ]