[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 8 / f / AgoraClassroomSDK / 1.1.2.3 / AgoraClassroomSDK.podspec.json
blob22648e6662799b48c20ede1426a1a09f022df5b5
2   "name": "AgoraClassroomSDK",
3   "version": "1.1.2.3",
4   "summary": "Agora Classroom SDK",
5   "description": "AgoraClassroomSDK includes the information management in the room, and also includes three educational scenarios: 'One to One', 'Small Classroom' and 'Lecture Hall'. You can quickly build an education app through the AgoraEduSDK.",
6   "homepage": "https://docs.agora.io/en/agora-class/landing-page?platform=iOS",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2020 agora.io. All rights reserved.\n"
10   },
11   "authors": {
12     "Agora Lab": "developer@agora.io"
13   },
14   "source": {
15     "http": "http://download.agora.io/edu-apaas/release/AgoraClassroomSDK-1.1.2.3.zip"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "static_framework": true,
21   "dependencies": {
22     "AgoraRtm_iOS": [
23       "1.4.7"
24     ],
25     "AgoraRtcEngine_Special_iOS": [
26       "2.9.107.136"
27     ],
28     "AFNetworking": [
29       "4.0.1"
30     ],
31     "Whiteboard": [
32       "2.12.26"
33     ],
34     "CocoaLumberjack": [
35       "3.6.1"
36     ],
37     "AliyunOSSiOS": [
38       "2.10.8"
39     ],
40     "Protobuf": [
42     ]
43   },
44   "pod_target_xcconfig": {
45     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
46   },
47   "user_target_xcconfig": {
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
49   },
50   "default_subspecs": "All",
51   "subspecs": [
52     {
53       "name": "All",
54       "source_files": [
55         "Frameworks/Dummy.swift"
56       ],
57       "vendored_frameworks": [
58         "Frameworks/*.framework"
59       ],
60       "resources": "Frameworks/AgoraEduSDK.bundle"
61     },
62     {
63       "name": "Core",
64       "source_files": [
65         "Frameworks/Dummy.swift"
66       ],
67       "vendored_frameworks": [
68         "Frameworks/AgoraActionProcess.framework",
69         "Frameworks/AgoraEduContext.framework",
70         "Frameworks/AgoraEduSDK.framework",
71         "Frameworks/AgoraExtApp.framework",
72         "Frameworks/AgoraLog.framework",
73         "Frameworks/AgoraReport.framework",
74         "Frameworks/AgoraWhiteBoard.framework",
75         "Frameworks/AgoraWidget.framework",
76         "Frameworks/EduSDK.framework"
77       ],
78       "resources": "Frameworks/AgoraEduSDK.bundle"
79     }
80   ]