[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / f / 8 / 9 / LvSubTestSDK / 0.0.1 / LvSubTestSDK.podspec.json
blob154270afc212d1dd0e09a973c9c9a236201e7917
2   "name": "LvSubTestSDK",
3   "version": "0.0.1",
4   "summary": "A short description of LvSubTestSDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/xiaoxiaobu/lv-sub-test-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lvjing": "876089831@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/xiaoxiaobu/lv-sub-test-sdk.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "LvSubTestSDK/Classes/**/*",
22   "static_framework": true,
23   "frameworks": [
24     "UIKit",
25     "AVFoundation",
26     "Foundation",
27     "CoreFoundation",
28     "WebKit"
29   ],
30   "subspecs": [
31     {
32       "name": "ToolA",
33       "source_files": "LvSubTestSDK/Classes/ToolA/**/*",
34       "dependencies": {
35         "SnapKit": [
37         ]
38       },
39       "frameworks": [
40         "UIKit",
41         "AVFoundation",
42         "Foundation",
43         "CoreFoundation",
44         "WebKit"
45       ]
46     },
47     {
48       "name": "ToolB",
49       "source_files": "LvSubTestSDK/Classes/ToolB/**/*",
50       "dependencies": {
51         "Nuke": [
53         ]
54       },
55       "frameworks": [
56         "UIKit",
57         "AVFoundation",
58         "Foundation",
59         "CoreFoundation",
60         "WebKit"
61       ]
62     }
63   ]