[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / 2 / 5 / PolyvCloudClassSDK / 0.14.0 / PolyvCloudClassSDK.podspec.json
blob22b7d60d78d180aa2b3726f1c3f58375a9b485dd
2   "name": "PolyvCloudClassSDK",
3   "version": "0.14.0",
4   "summary": "保利威 iOS 云课堂 SDK.",
5   "homepage": "http://git.polyv.net/ios/PolyvCloudClassSDK",
6   "license": "MIT",
7   "authors": {
8     "ftao": "fft1026@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "http://git.polyv.net/ios/PolyvCloudClassSDK.git",
15     "tag": "0.14.0"
16   },
17   "vendored_frameworks": "Frameworks/*.framework",
18   "requires_arc": true,
19   "default_subspecs": [
20     "Core",
21     "Player",
22     "ThirdPart"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "vendored_frameworks": "Frameworks/*.framework",
28       "dependencies": {
29         "PolyvBusinessSDK": [
30           "~> 0.13.0"
31         ]
32       }
33     },
34     {
35       "name": "Player",
36       "dependencies": {
37         "PolyvIJKPlayer": [
38           "~> 0.6.3"
39         ]
40       }
41     },
42     {
43       "name": "ThirdPart",
44       "dependencies": {
45         "AgoraRtcEngine_iOS": [
46           "2.9.0.102"
47         ],
48         "Socket.IO-Client-Swift": [
49           "~> 14.0.0"
50         ],
51         "PolyvAliHttpDNS": [
52           "~> 1.7.3"
53         ]
54       }
55     }
56   ]