[Add] VonageMLTransformers 4.0.0-dev.398
[CocoaPods.git] / Specs / 6 / 2 / e / PLVLiveKit / 1.2.6 / PLVLiveKit.podspec.json
blob3c2f5f7705380025786424dc61390f1654005488
2   "name": "PLVLiveKit",
3   "version": "1.2.6",
4   "summary": "Polyv iOS streamer.",
5   "homepage": "http://git.polyv.net/ios/PolyvLiveKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ftao": "fft1026@163.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "http://git.polyv.net/ios/PolyvLiveKit",
18     "tag": "1.2.6"
19   },
20   "source_files": "PLVLiveKit/LFLiveKit/LFLive*.{h,m}",
21   "public_header_files": "PLVLiveKit/LFLiveKit/*.h",
22   "frameworks": [
23     "VideoToolbox",
24     "AudioToolbox",
25     "AVFoundation",
26     "Foundation",
27     "UIKit"
28   ],
29   "libraries": [
30     "c++",
31     "z"
32   ],
33   "requires_arc": true,
34   "subspecs": [
35     {
36       "name": "GPUImage",
37       "source_files": [
38         "PLVLiveKit/LFLiveKit/Vendor/GPUImage/*.{h,m}",
39         "PLVLiveKit/LFLiveKit/Vendor/GPUImage/iOS/*.{h,m}",
40         "PLVLiveKit/LFLiveKit/Vendor/PLVHeader.h"
41       ],
42       "public_header_files": [
43         "PLVLiveKit/LFLiveKit/Vendor/GPUImage/*.h",
44         "PLVLiveKit/LFLiveKit/Vendor/GPUImage/iOS/*.h",
45         "PLVLiveKit/LFLiveKit/Vendor/PLVHeader.h"
46       ]
47     },
48     {
49       "name": "pili-librtmp",
50       "source_files": [
51         "PLVLiveKit/LFLiveKit/Vendor/pili-librtmp/*",
52         "PLVLiveKit/LFLiveKit/Vendor/PLVHeader.h"
53       ],
54       "public_header_files": "PLVLiveKit/LFLiveKit/Vendor/PLVHeader.h"
55     },
56     {
57       "name": "configuration",
58       "source_files": "PLVLiveKit/LFLiveKit/configuration/*",
59       "public_header_files": "PLVLiveKit/LFLiveKit/configuration/*.h"
60     },
61     {
62       "name": "objects",
63       "source_files": "PLVLiveKit/LFLiveKit/objects/*",
64       "public_header_files": "PLVLiveKit/LFLiveKit/objects/*.h",
65       "dependencies": {
66         "PLVLiveKit/configuration": [
68         ]
69       }
70     },
71     {
72       "name": "filter",
73       "dependencies": {
74         "PLVLiveKit/objects": [
76         ],
77         "PLVLiveKit/GPUImage": [
79         ]
80       },
81       "source_files": "PLVLiveKit/LFLiveKit/capture/filter/*",
82       "public_header_files": "PLVLiveKit/LFLiveKit/capture/filter/*.h"
83     },
84     {
85       "name": "capture",
86       "source_files": "PLVLiveKit/LFLiveKit/capture/*",
87       "public_header_files": "PLVLiveKit/LFLiveKit/capture/*.h",
88       "dependencies": {
89         "PLVLiveKit/filter": [
91         ]
92       }
93     },
94     {
95       "name": "coder",
96       "source_files": [
97         "PLVLiveKit/LFLiveKit/coder/*.{h,m,mm}",
98         "PLVLiveKit/LFLiveKit/coder/H264/*.{h,m,mm,cpp}"
99       ],
100       "public_header_files": "PLVLiveKit/LFLiveKit/coder/*.h",
101       "dependencies": {
102         "PLVLiveKit/objects": [
104         ]
105       }
106     },
107     {
108       "name": "publish",
109       "source_files": "PLVLiveKit/LFLiveKit/publish/*",
110       "public_header_files": "PLVLiveKit/LFLiveKit/publish/*.h",
111       "dependencies": {
112         "PLVLiveKit/objects": [
114         ],
115         "PLVLiveKit/pili-librtmp": [
117         ]
118       }
119     }
120   ]