blob: 5f9b9c595715f4d94e1fd8cea1619d4e9390bdf1 [file] [log] [blame]
{
"name": "ZQPlayer",
"version": "0.0.2",
"summary": "一个基于AVPlayer封装的视频、音频播放器",
"description": "ZQPlayer一个基于AVPlayer封装的视频、音频播放器",
"homepage": "https://github.com/qigge/ZQPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eric": "wangzeqi2013@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/qigge/ZQPlayer.git",
"tag": "0.0.2"
},
"source_files": [
"ZQPlayer",
"ZQPlayer/**/*.{h,m}"
],
"resources": "ZQPlayer/ZQPlayerImage.bundle",
"frameworks": [
"UIKit",
"AVFoundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}