[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 9 / e / PLRTCStreamingKit / 3.0.0 / PLRTCStreamingKit.podspec.json
blob2f920a8b38742331b226304a604ff4b97820934b
2   "name": "PLRTCStreamingKit",
3   "version": "3.0.0",
4   "summary": "Pili iOS media streaming framework via RTMP.",
5   "homepage": "https://github.com/pili-engineering/PLRTCStreamingKit",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "pili": "pili@qiniu.com"
9   },
10   "source": {
11     "git": "https://github.com/pili-engineering/PLRTCStreamingKit.git",
12     "tag": "v3.0.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "dependencies": {
19     "pili-librtmp": [
20       "1.0.7"
21     ],
22     "HappyDNS": [
23       "0.3.10"
24     ],
25     "QNNetDiag": [
26       "0.0.6"
27     ]
28   },
29   "frameworks": [
30     "UIKit",
31     "AVFoundation",
32     "CoreGraphics",
33     "CFNetwork",
34     "AudioToolbox",
35     "CoreMedia",
36     "VideoToolbox"
37   ],
38   "libraries": [
39     "z",
40     "c++",
41     "icucore",
42     "sqlite3"
43   ],
44   "public_header_files": "Pod/Library/include/**/*.h",
45   "source_files": "Pod/Library/include/**/*.[h|m]",
46   "vendored_libraries": "Pod/Library/*.a"