| { |
| "name": "VODUpload", |
| "version": "1.5.0", |
| "summary": "aliyun video upload sdk", |
| "description": "It's an SDK for aliyun video upload, which implement by Objective-C.", |
| "homepage": "https://www.aliyun.com/", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "wuxing.zwx": "wuxing.zwx@alibaba-inc.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/aliyunvideo/VODUpload.git", |
| "tag": "1.5.0" |
| }, |
| "exclude_files": "Classes/Exclude", |
| "frameworks": [ |
| "SystemConfiguration", |
| "MobileCoreServices", |
| "CoreMedia", |
| "AVFoundation", |
| "CoreTelephony" |
| ], |
| "libraries": "resolv", |
| "vendored_frameworks": "frameworks/VODUpload.framework", |
| "dependencies": { |
| "AliyunOSSiOS": [ |
| |
| ] |
| } |
| } |