blob: 9e208fba7f1f9853b50aaf224a840a904902ec28 [file] [log] [blame]
{
"name": "AliPlayerSDK_iOS-Module",
"version": "4.7.3.3",
"summary": "AliPlayerSDK_iOS-Module.",
"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/kuibu-team/AliPlayerSDK.git",
"tag": "4.7.3.3"
},
"requires_arc": true,
"source_files": "**/*.{h,m}",
"module_map": "AliPlayerSDK_iOS-Module.modulemap",
"subspecs": [
{
"name": "AliPlayerSDK",
"vendored_frameworks": [
"AliyunPlayer.framework",
"alivcffmpeg.framework",
"AlivcConan.framework",
"AliyunMediaDownloader.framework",
"artpSource.framework"
],
"frameworks": [
"MediaPlayer",
"CoreGraphics",
"QuartzCore",
"CoreVideo",
"OpenGLES",
"AVFoundation",
"CoreMedia",
"VideoToolbox",
"AudioToolbox"
]
}
]
}