blob: 83011d375b71beccb7f10f68f48797e968b1ea73 [file] [log] [blame]
{
"name": "AgoraMeetingSDK",
"version": "1.0.1",
"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.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SDK/AgoraMeetingSDK/AgoraMeetingSDK/MeetingSDK.swift",
"static_framework": true,
"swift_versions": "5.0",
"dependencies": {
"AgoraMeetingUI": [
">= 1.0.1"
]
},
"swift_version": "5.0"
}