[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 7 / a / HDCommon / 1.0.4 / HDCommon.podspec.json
bloba5e32f195f66134a9cf9612957b1578802fad5bf
2   "name": "HDCommon",
3   "version": "1.0.4",
4   "summary": "swift 开发中的一些基础公共库",
5   "description": "平时开发的基础工具等,方便组件化,避免重复造轮子;",
6   "homepage": "https://github.com/christhoper/HDCommon",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hendy": "hdj309875551@163.com"
13   },
14   "source": {
15     "git": "https://github.com/christhoper/HDCommon.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "AVKit"
25   ],
26   "subspecs": [
27     {
28       "name": "Networking",
29       "source_files": "HDCommon/Networking/**/*.swift",
30       "dependencies": {
31         "Alamofire": [
33         ]
34       }
35     },
36     {
37       "name": "Extensions",
38       "source_files": "HDCommon/Extensions/**/*.swift",
39       "dependencies": {
40         "HDCommon/Base": [
42         ]
43       }
44     },
45     {
46       "name": "Base",
47       "source_files": "HDCommon/Base/**/*.swift"
48     },
49     {
50       "name": "Utils",
51       "source_files": "HDCommon/Utils/**/*.swift",
52       "dependencies": {
53         "HDCommon/Base": [
55         ],
56         "HDCommon/Extensions": [
58         ]
59       }
60     }
61   ]