blob: 34e927a5f64611bd5efcd993b808ffcd67d55509 [file] [log] [blame]
{
"name": "SSBEncoder",
"version": "0.1.0",
"summary": "直播编解码相关",
"description": "直播音视频编解码",
"homepage": "https://github.com/AmatsuZero/SSBEncoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AmatsuZero": "jiangzhenhua@baidu.com"
},
"source": {
"git": "https://github.com/AmatsuZero/SSBEncoder.git",
"tag": "0.1.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "SSBEncoder/Classes/**/*",
"frameworks": [
"UIKit",
"AVFoundation",
"CoreMedia",
"VideoToolbox"
]
}