blob: 774ed7bc5170e7838f78c644f45af696942cfe4c [file] [log] [blame]
{
"name": "SWAVPlayerKit",
"version": "0.0.1",
"homepage": "https://github.com/zhoushaowen/SWAVPlayerKit",
"platforms": {
"ios": "8.0"
},
"summary": "基于AVPlayer封装的音视频框架,支持本地和远程的音频和视频播放.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhoushaowen": "348345883@qq.com"
},
"source": {
"git": "https://github.com/zhoushaowen/SWAVPlayerKit.git",
"tag": "0.0.1"
},
"source_files": "SWAVPlayerKitDemo/SWAVPlayerKit/*.{h,m}",
"requires_arc": true,
"dependencies": {
"ReactiveObjC": [
]
}
}