[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 6 / PLPlayerKit_Beta / 2.1.3.1 / PLPlayerKit_Beta.podspec.json
blobc8e9045d9b47c406274eb2169b189c7157d57a2a
2   "name": "PLPlayerKit_Beta",
3   "version": "2.1.3.1",
4   "summary": "Pili iOS video player SDK, RTMP, HLS video streaming supported.",
5   "homepage": "https://github.com/pili-engineering/PLPlayerKit",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "hzwangsiyu": "hzwangsiyu@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pili-engineering/PLPlayerKit.git",
12     "branch": "Beta",
13     "tag": "v2.1.3.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "Pod/Library/include/PLPlayerKit/*.h",
20   "source_files": "Pod/Library/include/**/*.h",
21   "dependencies": {
22     "pili-librtmp": [
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "Foundation",
29     "CoreGraphics",
30     "MediaPlayer",
31     "CoreAudio",
32     "AudioToolbox",
33     "Accelerate",
34     "QuartzCore",
35     "OpenGLES",
36     "AVFoundation"
37   ],
38   "libraries": [
39     "c++",
40     "z",
41     "bz2",
42     "iconv"
43   ],
44   "default_subspecs": "precompiled",
45   "subspecs": [
46     {
47       "name": "precompiled",
48       "preserve_paths": [
49         "Pod/Library/include/PLPlayerKit/*.h",
50         "Pod/Library/lib/*.a"
51       ],
52       "vendored_libraries": "Pod/Library/lib/*.a",
53       "xcconfig": {
54         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/PLPlayerKit_Beta/PLPlayerKit/lib/include"
55       }
56     }
57   ]