[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 9 / PLCameraStreamingKit / 0.9.1 / PLCameraStreamingKit.podspec.json
blob0809f60930abc762766ea9ed04f1735c0bc6d5cd
2   "name": "PLCameraStreamingKit",
3   "version": "0.9.1",
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.1"
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     "VideoToolbox",
29     "CoreVideo"
30   ],
31   "libraries": [
32     "z",
33     "c++"
34   ],
35   "default_subspecs": "precompiled",
36   "subspecs": [
37     {
38       "name": "precompiled",
39       "preserve_paths": [
40         "Pod/Library/include/**/*.h",
41         "Pod/Library/lib/*.a"
42       ],
43       "vendored_libraries": "Pod/Library/lib/*.a",
44       "libraries": "PLCameraStreamingKit",
45       "xcconfig": {
46         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/PLCameraStreamingKit/PLCameraStreamingKit/lib/include"
47       }
48     }
49   ]