[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 9 / 0 / 6 / DVGCore / 0.1.4 / DVGCore.podspec.json
blobe101226ee21801f50cca27c725ff97525b83b5a3
2   "name": "DVGCore",
3   "version": "0.1.4",
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.4"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "ios": {
23     "vendored_frameworks": "DVGCore.framework"
24   },
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.0"
28     ]
29   }