blob: 9daa8f61c2f2cd46ee6b4a4ceb4cbd6c60802f23 [file] [log] [blame]
{
"name": "AliyunPlayer_iOS",
"version": "3.2.2",
"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.2"
},
"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": [
]
}
}
]
}