blob: e101226ee21801f50cca27c725ff97525b83b5a3 [file] [log] [blame]
{
"name": "DVGCore",
"version": "0.1.4",
"summary": "package raw video/audio frames",
"description": "use DVGVidLib to package raw data and send to the server in real time",
"homepage": "https://github.com/cvoalex/DVGCoreLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"derek-x-wang": "derekxinzhewang@gmail.com"
},
"source": {
"git": "https://github.com/cvoalex/DVGCoreLib.git",
"tag": "0.1.4"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"ios": {
"vendored_frameworks": "DVGCore.framework"
},
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}