blob: df4eb2184e9ed1a6e0915384848f485ef7906e71 [file] [log] [blame]
{
"name": "ACLiveKit",
"version": "1.0",
"summary": "ACLiveKit is a opensource RTMP streaming SDK for iOS.",
"homepage": "https://github.com/isamagic/ACLiveKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"isamagic": "906223070@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/isamagic/ACLiveKit.git",
"tag": "1.0"
},
"source_files": "ACLiveKit/**/*.{h,m,cpp}",
"frameworks": [
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"Foundation",
"UIKit"
],
"libraries": [
"c++",
"z"
],
"requires_arc": true
}