[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 2 / 6 / PLStreamingKit / 1.2.0 / PLStreamingKit.podspec.json
blob992dd98156ebf272e6abef48f97b8addfcc08fd5
2   "name": "PLStreamingKit",
3   "version": "1.2.0",
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     "hzwangsiyu": "hzwangsiyu@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pili-engineering/PLStreamingKit.git",
12     "tag": "v1.2.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   "dependencies": {
21     "HappyDNS": [
23     ],
24     "pili-librtmp": [
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     "resolv"
41   ],
42   "default_subspecs": "precompiled",
43   "subspecs": [
44     {
45       "name": "precompiled",
46       "preserve_paths": [
47         "Pod/Library/include/**/*.h",
48         "Pod/Library/lib/*.a"
49       ],
50       "vendored_libraries": "Pod/Library/lib/*.a",
51       "libraries": "PLStreamingKit"
52     }
53   ]