[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 9 / e / PLRTCStreamingKit / 3.2.3 / PLRTCStreamingKit.podspec.json
blob47051903ee07a8d92126d3f9b09c4fd77d312b7d
2   "name": "PLRTCStreamingKit",
3   "version": "3.2.3",
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.2.3"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "UIKit",
20     "AVFoundation",
21     "CoreGraphics",
22     "CFNetwork",
23     "AudioToolbox",
24     "CoreMedia",
25     "VideoToolbox"
26   ],
27   "libraries": [
28     "z",
29     "c++",
30     "icucore",
31     "sqlite3"
32   ],
33   "subspecs": [
34     {
35       "name": "iphoneos",
36       "vendored_frameworks": [
37         "Pod/Library/PLRTCStreamingKit.framework",
38         "Pod/Library/HappyDNS.framework"
39       ]
40     }
41   ]