blob: 7c89f3ccb5f70d45c228d5f270a74fcb32e26716 [file] [log] [blame]
{
"name": "MRTC",
"version": "1.0.4",
"summary": "A stream SDK of MuDu",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张志超": "zhangzhichao@mudu.tv"
},
"homepage": "https://mudu.tv",
"description": "TODO: Add long description of the pod here.",
"source": {
"git": "https://git.mudu.tv/myun/mrtc-framework.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"vendored_frameworks": "ios/MRTC.framework"
},
"frameworks": [
"CoreMedia",
"AVFundation"
],
"dependencies": {
"GoogleWebRTC": [
"1.1.27121"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"VALID_ARCHS": "arm64 arm64e armv7s",
"OTHER_LDFLAGS": "-lObjC"
},
"deprecated": true
}