blob: c68eba0c1874fc60cbf719cbcdabee7e3dde9fde [file] [log] [blame]
{
"name": "QNRTCKit",
"version": "0.1.0",
"summary": "Qiniu RTC SDK for iOS.",
"homepage": "https://github.com/pili-engineering/QNRTC-iOS",
"license": "Apache License, Version 2.0",
"authors": {
"pili": "pili-coresdk@qiniu.com"
},
"source": {
"git": "https://github.com/pili-engineering/QNRTC-iOS.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_frameworks": [
"Pod/iphoneos/QNRTCKit.framework"
],
"frameworks": [
"UIKit",
"AVFoundation",
"CoreGraphics",
"CFNetwork",
"AudioToolbox",
"CoreMedia",
"VideoToolbox"
]
}