blob: d1276ebe608cf9f4cc594598c1a72c29a18f4927 [file] [log] [blame]
{
"name": "AliPlayerSDK_iOS-Module",
"version": "4.7.3.2",
"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.2"
},
"requires_arc": true,
"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"
],
"source_files": [
"AliyunPlayer.framework",
"AliyunPlayer.framework/**/*.{h,m}",
"AliyunMediaDownloader.framework/Headers",
"AliyunMediaDownloader.framework/**/*.{h,m}"
],
"public_header_files": [
"AliyunPlayer.framework/Headers/*.h",
"AliyunMediaDownloader.framework/Headers/*.h"
]
}
]
}