[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 2 / 6 / XLLKit / 0.1.6 / XLLKit.podspec.json
blobc9d11fc817c1295f99061ded2007616807e69fb0
2   "name": "XLLKit",
3   "version": "0.1.6",
4   "summary": "Base XLLKit.",
5   "homepage": "https://github.com/yuanxinliang/XLLKit",
6   "license": "MIT",
7   "authors": {
8     "yuanxinliang": "306619887@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/yuanxinliang/XLLKit.git",
12     "tag": "0.1.6"
13   },
14   "swift_versions": "5.0",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "swift_version": "5.0",
20   "subspecs": [
21     {
22       "name": "Constant",
23       "source_files": "XLLKit/Classes/Constant",
24       "dependencies": {
25         "XLLKit/Extension": [
27         ]
28       }
29     },
30     {
31       "name": "Extension",
32       "source_files": "XLLKit/Classes/Extension"
33     },
34     {
35       "name": "Component",
36       "source_files": "XLLKit/Classes/Component",
37       "resources": "XLLKit/Classes/Component/Resource",
38       "dependencies": {
39         "XLLKit/Extension": [
41         ],
42         "XLLKit/Constant": [
44         ],
45         "SDWebImage": [
47         ],
48         "MBProgressHUD": [
50         ]
51       }
52     },
53     {
54       "name": "Tool",
55       "source_files": "XLLKit/Classes/Tool",
56       "dependencies": {
57         "XLLKit/Extension": [
59         ]
60       }
61     }
62   ]