blob: cc3d69fe67be31308eca55d0479c04d64f0419c9 [file] [log] [blame]
{
"name": "LiveKit",
"version": "2.7",
"summary": "LaiFeng ios Live. LFLiveKit.",
"homepage": "https://github.com/furysheep",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ndrwkazancev": "ndrwkazancev@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/furysheep/LFLiveKit.git",
"tag": "2.7"
},
"source_files": "LFLiveKit/**/*.{h,m,mm,cpp,c}",
"public_header_files": [
"LFLiveKit/*.h",
"LFLiveKit/objects/*.h",
"LFLiveKit/configuration/*.h"
],
"frameworks": [
"VideoToolbox",
"AudioToolbox",
"AVFoundation",
"Foundation",
"UIKit"
],
"libraries": [
"c++",
"z"
],
"requires_arc": true
}