blob: b5f97bf6c50c39a161dba9505add1ddd4e05e7fe [file] [log] [blame]
{
"name": "PLCameraStreamingKit",
"version": "1.5.2",
"summary": "Pili iOS camera streaming framework via RTMP.",
"homepage": "https://github.com/pili-engineering/PLCameraStreamingKit",
"license": "Apache License, Version 2.0",
"authors": {
"0dayZh": "0day.zh@gmail.com"
},
"source": {
"git": "https://github.com/pili-engineering/PLCameraStreamingKit.git",
"tag": "v1.5.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Pod/Classes/*.h",
"source_files": [
"Pod/Classes/*.h",
"Pod/Classes/*.m"
],
"dependencies": {
"PLStreamingKit": [
"~> 1.0.3"
]
},
"frameworks": [
"UIKit",
"AVFoundation",
"CoreGraphics",
"CFNetwork",
"AudioToolbox",
"CoreMedia",
"VideoToolbox"
],
"libraries": [
"z",
"c++"
]
}