blob: 7a7dba0836782a455dfef35cd276a4a6ab751b5b [file] [log] [blame]
{
"name": "AliyunPlayer_iOS",
"version": "3.2.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": "3.2.0"
},
"vendored_frameworks": "AliyunVodPlayerViewSDK.framework",
"resources": "AliyunImageSource.bundle",
"requires_arc": true,
"subspecs": [
{
"name": "AliyunPlayerSDK",
"vendored_frameworks": "AliyunPlayerSDK.framework",
"frameworks": [
"MediaPlayer",
"CoreGraphics",
"QuartzCore",
"CoreVideo",
"OpenGLES",
"AVFoundation",
"CoreMedia",
"VideoToolbox",
"AudioToolbox"
],
"resources": "AliyunLanguageSource.bundle"
},
{
"name": "AliyunVodPlayerSDK",
"vendored_frameworks": "AliyunVodPlayerSDK.framework",
"dependencies": {
"AliyunPlayer_iOS/AliyunPlayerSDK": [
]
}
}
]
}