blob: f1363e5e320fd8d6526edd6404d20e7d74dfe83e [file] [log] [blame]
{
"name": "AgoraMeetingSDK",
"version": "1.1.2",
"summary": "A short description of AgoraMeetingSDK.",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"DEFINES_MODULE": "YES"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
"DEFINES_MODULE": "YES"
},
"homepage": "https://agora.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Agora Lab": "devlope@agora.io"
},
"source": {
"git": "https://github.com/AgoraIO-Usecase/AgoraMeeting-iOS.git",
"tag": "v_sdk_1.1.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SDK/AgoraMeetingSDK/AgoraMeetingSDK/MeetingSDK.swift",
"swift_versions": "5.0",
"dependencies": {
"AgoraMeetingUI": [
">= 1.1.2"
]
},
"swift_version": "5.0"
}