blob: 1366e595759726bb36ba3a616ad101093ffae6dd [file] [log] [blame]
{
"name": "WMPlayer",
"version": "5.0.0",
"summary": "A lightweight Video Player for iOS to play local or network video,base on AVPlayer.",
"homepage": "https://github.com/zhengwenming/WMPlayer",
"license": "MIT",
"authors": {
"zhengwenming": "740747055@qq.com",
"wvqusrtg": " <1911398892@qq.com>"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhengwenming/WMPlayer.git",
"tag": "5.0.0"
},
"source_files": "WMPlayer/**/*.{h,m}",
"resources": "WMPlayer/WMPlayer.bundle",
"frameworks": [
"Foundation",
"UIKit",
"MediaPlayer",
"AVFoundation"
],
"dependencies": {
"Masonry": [
]
},
"requires_arc": true
}