[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 1 / c / VODUpload / 1.6.5 / VODUpload.podspec.json
blob6e250c71892a86df353704c4d65c6c6843969c0d
2   "name": "VODUpload",
3   "version": "1.6.5",
4   "summary": "aliyun video upload sdk",
5   "description": "It's an SDK for aliyun video upload, which implement by Objective-C.",
6   "homepage": "https://www.aliyun.com/",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "wuxing.zwx": "wuxing.zwx@alibaba-inc.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/aliyunvideo/VODUpload.git",
19     "tag": "1.6.5"
20   },
21   "exclude_files": "Classes/Exclude",
22   "frameworks": [
23     "SystemConfiguration",
24     "MobileCoreServices",
25     "CoreMedia",
26     "AVFoundation",
27     "CoreTelephony"
28   ],
29   "libraries": "resolv",
30   "vendored_frameworks": "frameworks/VODUpload.framework",
31   "dependencies": {
32     "AliyunOSSiOS": [
34     ]
35   },
36   "pod_target_xcconfig": {
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38   },
39   "user_target_xcconfig": {
40     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41   }