[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 9 / PLCameraStreamingKit / 1.7.2 / PLCameraStreamingKit.podspec.json
blob9ffa32e83f5001af00dcb4e85ccc06932233969c
2   "name": "PLCameraStreamingKit",
3   "version": "1.7.2",
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.7.2"
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.0"
23     ],
24     "GPUImage": [
25       "0.1.7"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "AVFoundation",
31     "CoreGraphics",
32     "CFNetwork",
33     "AudioToolbox",
34     "CoreMedia",
35     "VideoToolbox"
36   ],
37   "libraries": [
38     "z",
39     "c++"
40   ],
41   "default_subspecs": "precompiled",
42   "subspecs": [
43     {
44       "name": "precompiled",
45       "vendored_libraries": "Pod/Library/lib/*.a"
46     }
47   ]