[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / 9 / e / 4 / VDCommon / 1.0.3 / VDCommon.podspec.json
blob6652e41d8317ecfaa5685b60a936f82ccf3477bf
2   "name": "VDCommon",
3   "version": "1.0.3",
4   "summary": "a common component",
5   "homepage": "https://github.com/VolientDuan/Common",
6   "license": "MIT",
7   "authors": {
8     "volientDuan": "volientduan@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "frameworks": "UIKit",
14   "source": {
15     "git": "https://github.com/VolientDuan/Common.git",
16     "tag": "1.0.3"
17   },
18   "requires_arc": true,
19   "source_files": "Common/VDCommon/VDCommon.h",
20   "subspecs": [
21     {
22       "name": "Tool",
23       "platforms": {
24         "ios": "8.0"
25       },
26       "source_files": [
27         "Common/VDCommon/Tool/VDTool.h",
28         "Common/VDCommon/Tool/**/**.{h,m}"
29       ]
30     },
31     {
32       "name": "Category",
33       "platforms": {
34         "ios": "8.0"
35       },
36       "source_files": [
37         "Common/VDCommon/Category/VDCategory.h",
38         "Common/VDCommon/Category/**/**.{h,m}"
39       ]
40     },
41     {
42       "name": "Helper",
43       "platforms": {
44         "ios": "8.0"
45       },
46       "source_files": [
47         "Common/VDCommon/Helper/VDHelper.h",
48         "Common/VDCommon/Helper/**/**.{h,m}"
49       ]
50     }
51   ]