[Add] LogRocket 1.47.2
[CocoaPods.git] / Specs / 9 / 0 / 6 / DVGCore / 0.1.2 / DVGCore.podspec.json
blob855873cdfecdb1d1b4abc9656663671294f82023
2   "name": "DVGCore",
3   "version": "0.1.2",
4   "summary": "package raw video/audio frames",
5   "description": "use DVGVidLib to package raw data and send to the server in real time",
6   "homepage": "https://github.com/cvoalex/DVGCoreLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "derek-x-wang": "derekxinzhewang@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cvoalex/DVGCoreLib.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "ios": {
22     "vendored_frameworks": "DVGCore.framework"
23   },
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0"
27     ]
28   }