| { |
| "name": "AliPlayerSDK_iOS_ARTP", |
| "version": "5.1.5.1", |
| "summary": "AliPlayerSDK_iOS_ARTP.", |
| "description": "It's an SDK for aliyun video vodplay, which implement by Objective-C.", |
| "homepage": "https://github.com/aliyunvideo/AliPlayerSDK", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "aliyunvideo": "videosdk@service.aliyun.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/aliyunvideo/AliPlayerSDK.git", |
| "tag": "5.1.5.1" |
| }, |
| "requires_arc": true, |
| "subspecs": [ |
| { |
| "name": "AliPlayerSDK", |
| "vendored_frameworks": "artpSource.framework", |
| "frameworks": [ |
| "MediaPlayer", |
| "CoreGraphics", |
| "QuartzCore", |
| "CoreVideo", |
| "OpenGLES", |
| "AVFoundation", |
| "CoreMedia", |
| "VideoToolbox", |
| "AudioToolbox" |
| ] |
| } |
| ] |
| } |