blob: 0809f60930abc762766ea9ed04f1735c0bc6d5cd [file] [log] [blame]
{
"name": "PLCameraStreamingKit",
"version": "0.9.1",
"summary": "Pili iOS camera streaming framework via RTMP.",
"homepage": "https://github.com/pili-io/PLCameraStreamingKit",
"license": "Apache License, Version 2.0",
"authors": {
"0dayZh": "0day.zh@gmail.com"
},
"source": {
"git": "https://github.com/pili-io/PLCameraStreamingKit.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Pod/Library/include/**/*.h",
"source_files": "Pod/Library/include/**/*.h",
"frameworks": [
"UIKit",
"OpenGLES",
"AVFoundation",
"CoreGraphics",
"CFNetwork",
"AudioToolbox",
"CoreMedia",
"VideoToolbox",
"CoreVideo"
],
"libraries": [
"z",
"c++"
],
"default_subspecs": "precompiled",
"subspecs": [
{
"name": "precompiled",
"preserve_paths": [
"Pod/Library/include/**/*.h",
"Pod/Library/lib/*.a"
],
"vendored_libraries": "Pod/Library/lib/*.a",
"libraries": "PLCameraStreamingKit",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/PLCameraStreamingKit/PLCameraStreamingKit/lib/include"
}
}
]
}