blob: 527007b7f1be9e17c5cd6da54ca8f7fac2c6d98a [file] [log] [blame]
{
"name": "AgoraClassroomSDK",
"version": "1.1.2",
"summary": "Agora Classroom SDK",
"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.",
"homepage": "https://docs.agora.io/en/agora-class/landing-page?platform=iOS",
"license": {
"type": "Copyright",
"text": "Copyright 2020 agora.io. All rights reserved.\n"
},
"authors": {
"Agora Lab": "developer@agora.io"
},
"source": {
"http": "https://download.agora.io/sdk/release/AgoraClassroomSDK-1.1.2.zip"
},
"platforms": {
"ios": "10.0"
},
"static_framework": true,
"dependencies": {
"AgoraRtm_iOS": [
"1.4.1"
],
"AgoraRtcEngine_Special_iOS": [
"2.9.107.136"
],
"AFNetworking": [
"4.0.1"
],
"Whiteboard": [
"2.12.26"
],
"CocoaLumberjack": [
"3.6.1"
],
"AliyunOSSiOS": [
"2.10.8"
],
"Protobuf": [
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"source_files": [
"Frameworks/Dummy.swift"
],
"vendored_frameworks": [
"Frameworks/*.framework"
],
"resources": "Frameworks/AgoraEduSDK.bundle"
},
{
"name": "Core",
"source_files": [
"Frameworks/Dummy.swift"
],
"vendored_frameworks": [
"Frameworks/AgoraActionProcess.framework",
"Frameworks/AgoraEduContext.framework",
"Frameworks/AgoraEduSDK.framework",
"Frameworks/AgoraExtApp.framework",
"Frameworks/AgoraHandsUp.framework",
"Frameworks/AgoraReport.framework",
"Frameworks/AgoraWhiteBoard.framework",
"Frameworks/AgoraWidget.framework",
"Frameworks/EduSDK.framework",
"Frameworks/AgoraLog.framework"
],
"resources": "Frameworks/AgoraEduSDK.bundle"
}
]
}