[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 9 / PLCameraStreamingKit / 1.1.0 / PLCameraStreamingKit.podspec.json
blob70f7cb05fcfe6b5b4299a25b84ce2d46ed49a75f
2   "name": "PLCameraStreamingKit",
3   "version": "1.1.0",
4   "summary": "Pili iOS camera streaming framework via RTMP.",
5   "homepage": "https://github.com/pili-io/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-io/PLCameraStreamingKit.git",
12     "tag": "1.1.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "public_header_files": "Pod/Library/include/**/*.h",
19   "source_files": "Pod/Library/include/**/*.h",
20   "frameworks": [
21     "UIKit",
22     "AVFoundation",
23     "CoreGraphics",
24     "CFNetwork",
25     "AudioToolbox",
26     "CoreMedia",
27     "VideoToolbox"
28   ],
29   "libraries": [
30     "z",
31     "c++"
32   ],
33   "default_subspecs": "precompiled",
34   "subspecs": [
35     {
36       "name": "precompiled",
37       "preserve_paths": [
38         "Pod/Library/include/**/*.h",
39         "Pod/Library/lib/*.a"
40       ],
41       "vendored_libraries": "Pod/Library/lib/*.a",
42       "libraries": "PLCameraStreamingKit",
43       "xcconfig": {
44         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/PLCameraStreamingKit/PLCameraStreamingKit/lib/include"
45       }
46     }
47   ]