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