blob: 6fc720a323b282ac0768bc352f6018ea9e382f84 [file] [log] [blame]
{
"name": "AgoraMeetingSDK",
"version": "1.1.4",
"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.4"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SDK/AgoraMeetingSDK/AgoraMeetingSDK/MeetingSDK.swift",
"swift_versions": "5.0",
"dependencies": {
"AgoraMeetingUI": [
">= 1.1.4"
]
},
"swift_version": "5.0"
}