blob: bfa89443ec1b0bae818780960481df26e5e0d091 [file] [log] [blame]
{
"name": "RTCPEngine",
"version": "1.0.0",
"summary": "AnyRTC实时直播SDK",
"description": "RTCPEngine 是anyRTC实时直播的iOS SDK",
"homepage": "https://github.com/BoYuanZjq/RTCPEngine",
"license": "MIT",
"authors": {
"zzuzjq": "984630262@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/BoYuanZjq/RTCPEngine.git",
"tag": "1.0.0",
"submodules": true
},
"source_files": "RTCPEngine/**/*.{h,m}",
"public_header_files": "RTCPEngine/**/*.{h}",
"vendored_frameworks": "RTCPEngine/**/*.framework",
"frameworks": [
"AVFoundation",
"AudioToolbox",
"VideoToolbox",
"CoreMedia",
"OpenGLES",
"GLKit",
"Foundation",
"UIKit"
],
"requires_arc": true
}