blob: 359c2cac2da15a1801ca4eae1cb5a42a675386bb [file] [log] [blame]
{
"name": "PLMediaStreamingKit",
"version": "2.1.2",
"summary": "Pili iOS media streaming framework via RTMP.",
"homepage": "https://github.com/pili-engineering/PLMediaStreamingKit",
"license": "Apache License, Version 2.0",
"authors": {
"hzwangsiyu": "hzwangsiyu@gmail.com"
},
"source": {
"git": "https://github.com/pili-engineering/PLMediaStreamingKit.git",
"tag": "v2.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"pili-librtmp": [
"1.0.5"
],
"HappyDNS": [
"~> 0.3.0"
]
},
"frameworks": [
"UIKit",
"AVFoundation",
"CoreGraphics",
"CFNetwork",
"AudioToolbox",
"CoreMedia",
"VideoToolbox"
],
"libraries": [
"z",
"c++",
"icucore",
"sqlite3"
],
"vendored_libraries": "Pod/Library/*.a",
"subspecs": [
{
"name": "PLCameraStreamingKit",
"public_header_files": "Pod/Library/include/PLCameraStreamingKit/*.h",
"source_files": "Pod/Library/include/PLCameraStreamingKit/*.h"
},
{
"name": "PLStreamingKit",
"public_header_files": "Pod/Library/include/PLStreamingKit/*.h",
"source_files": "Pod/Library/include/PLStreamingKit/*.h"
},
{
"name": "PLRTCStreamingKit",
"public_header_files": "Pod/Library/include/PLRTCStreamingKit/*.h",
"source_files": "Pod/Library/include/PLRTCStreamingKit/*.h"
},
{
"name": "PLMediaStreamingKit",
"public_header_files": "Pod/Library/include/PLMediaStreamingKit/*.h",
"source_files": "Pod/Library/include/PLMediaStreamingKit/*.h"
},
{
"name": "Common",
"public_header_files": "Pod/Library/include/Common/*.h",
"source_files": "Pod/Library/include/Common/*.h"
}
]
}