blob: a9c1aaed8003a0df60fdb45c85b7d3021e68828a [file] [log] [blame]
{
"name": "WLPlayerKit",
"version": "0.0.2",
"summary": "A Lib For video broad.",
"description": "WLPlayerKit 封装视频组件",
"homepage": "https://github.com/StoneStoneStoneWang",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"StoneStoneStoneWang": "yuanxingfu1314@163.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"static_framework": true,
"frameworks": [
"UIKit",
"Foundation",
"MediaPlayer",
"AVFoundation"
],
"source": {
"git": "https://github.com/StoneStoneStoneWang/WLPlayerKit.git",
"tag": "0.0.2"
},
"vendored_frameworks": "Framework/WLPlayerKit.framework",
"resource_bundles": {
"WLVideoPlayer": "Resources/WLVideoPlayer.bundle"
},
"dependencies": {
"MobileVLCKit": [
],
"Reachability": [
]
},
"swift_version": "5.0"
}