blob: 23b915501026b930f409d55af9c1a78b9ade4fb2 [file] [log] [blame]
{
"name": "AliyunPlayer_iOS",
"version": "1.1.0",
"summary": "AliyunPlayer_iOS.",
"description": "It's an SDK for aliyun video vodplay, which implement by Objective-C.",
"homepage": "https://github.com/aliyunvideo/AliyunPlayer_iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aliyunvideo": "videosdk@service.aliyun.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/aliyunvideo/AliyunPlayer_iOS.git",
"tag": "1.1.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "AliyunVodPlayerSDK",
"vendored_frameworks": "AliyunVodPlayerSDK.framework",
"resources": "AliyunLanguageSource.bundle",
"frameworks": [
"VideoToolBox",
"MediaPlayer"
],
"libraries": "z"
},
{
"name": "AliyunVodPlayerViewSDK",
"vendored_frameworks": "AliyunVodPlayerViewSDK.framework",
"dependencies": {
"AliyunPlayer_iOS/AliyunVodPlayerSDK": [
]
},
"resources": [
"AliyunLanguageSource.bundle",
"AliyunImageSource.bundle"
]
},
{
"name": "AliyunPlayerSDK",
"vendored_frameworks": "AliyunPlayerSDK.framework",
"frameworks": [
"MediaPlayer",
"CoreGraphics",
"QuartzCore",
"CoreVideo",
"OpenGLES",
"AVFoundation",
"CoreMedia",
"VideoToolbox",
"AudioToolbox"
],
"resources": "AliyunLanguageSource.bundle"
}
]
}