blob: 8d50925345eb77b6a8a35943620d8a0b32cdad9a [file] [log] [blame]
{
"name": "JerryEduSDK",
"version": "1.1.0.105",
"summary": "Jerry Education SDK",
"description": "AgoraEduSDK 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/AgoraEduSDK-1.1.0.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.22"
],
"CocoaLumberjack": [
"3.6.1"
],
"AliyunOSSiOS": [
"2.10.8"
]
},
"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/AgoraLog.framework",
"Frameworks/AgoraHandsUp.framework",
"Frameworks/AgoraReport.framework",
"Frameworks/AgoraWhiteBoard.framework",
"Frameworks/EduSDK.framework"
],
"resources": "Frameworks/AgoraEduSDK.bundle"
}
]
}