[Add] FaceCoreBasicNightly 6.4.1142
[CocoaPods.git] / Specs / c / d / 9 / PLCameraStreamingKit / 1.7.1 / PLCameraStreamingKit.podspec.json
blob12f3b2b2c3fbd94164a37a6550e6aa20a437dfa4
2   "name": "PLCameraStreamingKit",
3   "version": "1.7.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.7.1"
13   },
14   "platforms": {
15     "ios": null
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   ]