[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 9 / PLCameraStreamingKit / 1.8.1 / PLCameraStreamingKit.podspec.json
blob3684889377dcd43fb32d639ec9baf7026d305029
2   "name": "PLCameraStreamingKit",
3   "version": "1.8.1",
4   "summary": "Pili iOS camera streaming framework via RTMP.",
5   "homepage": "https://github.com/pili-engineering/PLCameraStreamingKit",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "hzwangsiyu": "hzwangsiyu@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pili-engineering/PLCameraStreamingKit.git",
12     "tag": "v1.8.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "Pod/Library/include/PLCameraStreamingKit/*.h",
19   "source_files": "Pod/Library/include/PLCameraStreamingKit/*.h",
20   "dependencies": {
21     "PLStreamingKit": [
22       "1.2.5"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "AVFoundation",
28     "CoreGraphics",
29     "CFNetwork",
30     "AudioToolbox",
31     "CoreMedia",
32     "VideoToolbox"
33   ],
34   "libraries": [
35     "z",
36     "c++"
37   ],
38   "default_subspecs": "precompiled",
39   "subspecs": [
40     {
41       "name": "precompiled",
42       "vendored_libraries": "Pod/Library/lib/*.a"
43     }
44   ]