[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 6 / 2 / e / PLVLiveKit / 1.2.1 / PLVLiveKit.podspec.json
bloba3188dff7c74f7bd456c21248ad3e86227a4adb3
2   "name": "PLVLiveKit",
3   "version": "1.2.1",
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": "8.0"
15   },
16   "source": {
17     "git": "http://git.polyv.net/ios/PolyvLiveKit",
18     "tag": "1.2.1"
19   },
20   "source_files": "PLVLiveKit/LFLiveKit/**/*.{h,m,mm,cpp,c}",
21   "public_header_files": [
22     "PLVLiveKit/LFLiveKit/*.h",
23     "PLVLiveKit/LFLiveKit/objects/*.h",
24     "PLVLiveKit/LFLiveKit/configuration/*.h"
25   ],
26   "frameworks": [
27     "VideoToolbox",
28     "AudioToolbox",
29     "AVFoundation",
30     "Foundation",
31     "UIKit"
32   ],
33   "libraries": [
34     "c++",
35     "z"
36   ],
37   "requires_arc": true