[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 4 / 0 / d / TencentCloudVideoUploader / 0.0.2 / TencentCloudVideoUploader.podspec.json
blob2fc91721b71b0cc20d1f4332f0dfc51ccc585bed
2   "name": "TencentCloudVideoUploader",
3   "version": "0.0.2",
4   "summary": "腾讯云点播文件上传SDK",
5   "description": "腾讯云点播文件上传SDK封装,可替换官网手动配置SDK。",
6   "homepage": "https://github.com/runryan/TencentCloudUploader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ryan": "mob_developer@163.com"
13   },
14   "source": {
15     "git": "https://github.com/runryan/TencentCloudUploader.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TencentCloudVideoUploader/Classes/**/*",
22   "pod_target_xcconfig": {
23     "OTHER_LDFLAGS": "-lObjC"
24   },
25   "vendored_frameworks": [
26     "TencentCloudVideoUploader/libs/QCloudCore.framework",
27     "TencentCloudVideoUploader/libs/QCloudCOSXML.framework"
28   ],
29   "vendored_libraries": "TencentCloudVideoUploader/libs/libmtasdk.a",
30   "frameworks": [
31     "CoreTelephony",
32     "Foundation",
33     "SystemConfiguration"
34   ],
35   "libraries": "c++",
36   "dependencies": {
37     "AFNetworking": [
39     ],
40     "SuperPlayer": [
42     ]
43   },
44   "module_map": "TencentCloudVideoUploader/TencentCloudVideoUploader.modulemap"