[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / e / 6 / NELivePlayer / 0.0.4 / NELivePlayer.podspec.json
blob9d410a3c7b424dd3b6be9036781cd92b9d41c24c
2   "name": "NELivePlayer",
3   "version": "0.0.4",
4   "summary": "NELivePlayer, can play rtmp hls",
5   "description": "网易直播云播放器SDK 支持rtmp hls 播放,低延迟,高可定制",
6   "homepage": "http://dev.netease.im/docs?doc=iOS_LivePlayer",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "text": "    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n"
10   },
11   "authors": {
12     "Xiaoxueyuan": "xxyc15@me.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/xxycode/NELivePlayer.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "Pod/NELivePlayer/include/**/*.h",
22   "requires_arc": true,
23   "public_header_files": "Pod/NELivePlayer/include/**/*.h",
24   "frameworks": [
25     "CoreAudio",
26     "CoreMedia",
27     "AVFoundation",
28     "VideoToolBox",
29     "AudioToolBox",
30     "OpenGLES",
31     "Foundation",
32     "QuartzCore",
33     "CoreGraphics",
34     "CFNetwork",
35     "CoreTelephony",
36     "SystemConfiguration"
37   ],
38   "libraries": [
39     "iconv",
40     "z",
41     "bz2",
42     "stdc++"
43   ],
44   "default_subspecs": "precompiled",
45   "subspecs": [
46     {
47       "name": "precompiled",
48       "preserve_paths": "Pod/NELivePlayer/include/**/*.h",
49       "vendored_libraries": "Pod/NELivePlayer/libs/*.a",
50       "xcconfig": {
51         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/NELivePlayer/"
52       }
53     }
54   ]