blob: 80da54e15cef2ac0a00a5fb610e398ed572b3b42 [file] [log] [blame]
{
"name": "MRTC",
"version": "1.1.0",
"summary": "A stream SDK of MuDu",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://mudu.tv",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vatoni": "zhangzhichao@mudu.tv"
},
"source": {
"git": "file:///Users/Vatoni/Desktop/MRTC",
"tag": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MRTC/Classes/**/*",
"public_header_files": [
"MRTC/Classes/MRTC.h",
"MRTC/Classes/MRTCPusher.h",
"MRTC/Classes/MRTCPuller.h",
"MRTC/Classes/MRTCSetting.h",
"MRTC/Classes/MRTCCodec.h",
"MRTC/Classes/MRTCError.h"
],
"dependencies": {
"GoogleWebRTC": [
"1.1.27121"
]
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"VALID_ARCHS": "arm64 arm64e armv7s",
"OTHER_LDFLAGS": "-lObjC"
},
"static_framework": true,
"deprecated": true
}