[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / 6 / 2 / e / PLVLiveKit / 1.2.11 / PLVLiveKit.podspec.json
blob866f9cd8930503a891e9fa4058974ee101ef18ca
2   "name": "PLVLiveKit",
3   "version": "1.2.11",
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.11"
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": "Log",
58       "source_files": "PLVLiveKit/LFLiveKit/Log/*",
59       "public_header_files": "PLVLiveKit/LFLiveKit/Log/*.h"
60     },
61     {
62       "name": "configuration",
63       "source_files": "PLVLiveKit/LFLiveKit/configuration/*",
64       "public_header_files": "PLVLiveKit/LFLiveKit/configuration/*.h"
65     },
66     {
67       "name": "objects",
68       "source_files": "PLVLiveKit/LFLiveKit/objects/*",
69       "public_header_files": "PLVLiveKit/LFLiveKit/objects/*.h",
70       "dependencies": {
71         "PLVLiveKit/configuration": [
73         ]
74       }
75     },
76     {
77       "name": "filter",
78       "dependencies": {
79         "PLVLiveKit/objects": [
81         ],
82         "PLVLiveKit/GPUImage": [
84         ]
85       },
86       "source_files": "PLVLiveKit/LFLiveKit/capture/filter/*",
87       "public_header_files": "PLVLiveKit/LFLiveKit/capture/filter/*.h"
88     },
89     {
90       "name": "capture",
91       "source_files": "PLVLiveKit/LFLiveKit/capture/*",
92       "public_header_files": "PLVLiveKit/LFLiveKit/capture/*.h",
93       "dependencies": {
94         "PLVLiveKit/filter": [
96         ],
97         "PLVLiveKit/Log": [
99         ]
100       }
101     },
102     {
103       "name": "coder",
104       "source_files": [
105         "PLVLiveKit/LFLiveKit/coder/*.{h,m,mm}",
106         "PLVLiveKit/LFLiveKit/coder/H264/*.{h,m,mm,cpp}"
107       ],
108       "public_header_files": "PLVLiveKit/LFLiveKit/coder/*.h",
109       "dependencies": {
110         "PLVLiveKit/objects": [
112         ],
113         "PLVLiveKit/Log": [
115         ]
116       }
117     },
118     {
119       "name": "publish",
120       "source_files": "PLVLiveKit/LFLiveKit/publish/*",
121       "public_header_files": "PLVLiveKit/LFLiveKit/publish/*.h",
122       "dependencies": {
123         "PLVLiveKit/objects": [
125         ],
126         "PLVLiveKit/pili-librtmp": [
128         ],
129         "PLVLiveKit/Log": [
131         ]
132       }
133     }
134   ]