blob: 39680f50a6f51403b8f3a77362b4b38ecf07a37c [file] [log] [blame]
{
"name": "AliyunPlayer_iOS",
"version": "1.0.9",
"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.0.9"
},
"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"
]
}
]
}