[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 9 / PLCameraStreamingKit / 1.5.2 / PLCameraStreamingKit.podspec.json
blobb5f97bf6c50c39a161dba9505add1ddd4e05e7fe
2   "name": "PLCameraStreamingKit",
3   "version": "1.5.2",
4   "summary": "Pili iOS camera streaming framework via RTMP.",
5   "homepage": "https://github.com/pili-engineering/PLCameraStreamingKit",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "0dayZh": "0day.zh@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pili-engineering/PLCameraStreamingKit.git",
12     "tag": "v1.5.2"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "Pod/Classes/*.h",
19   "source_files": [
20     "Pod/Classes/*.h",
21     "Pod/Classes/*.m"
22   ],
23   "dependencies": {
24     "PLStreamingKit": [
25       "~> 1.0.3"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "AVFoundation",
31     "CoreGraphics",
32     "CFNetwork",
33     "AudioToolbox",
34     "CoreMedia",
35     "VideoToolbox"
36   ],
37   "libraries": [
38     "z",
39     "c++"
40   ]