[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 2 / 6 / PLStreamingKit / 1.1.3 / PLStreamingKit.podspec.json
blob42f080e1e000fd49bfd395e6a7f48689287b5720
2   "name": "PLStreamingKit",
3   "version": "1.1.3",
4   "summary": "Pili iOS streaming framework via RTMP.",
5   "homepage": "https://github.com/pili-engineering/PLStreamingKit",
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/PLStreamingKit.git",
12     "tag": "v1.1.3"
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   "dependencies": {
21     "HappyDNS": [
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "AVFoundation",
28     "CoreGraphics",
29     "CFNetwork",
30     "AudioToolbox",
31     "CoreMedia",
32     "VideoToolbox"
33   ],
34   "libraries": [
35     "z",
36     "c++"
37   ],
38   "default_subspecs": "precompiled",
39   "subspecs": [
40     {
41       "name": "precompiled",
42       "preserve_paths": [
43         "Pod/Library/include/**/*.h",
44         "Pod/Library/lib/*.a"
45       ],
46       "vendored_libraries": "Pod/Library/lib/*.a",
47       "libraries": "PLStreamingKit"
48     }
49   ]