blob: 9d410a3c7b424dd3b6be9036781cd92b9d41c24c [file] [log] [blame]
{
"name": "NELivePlayer",
"version": "0.0.4",
"summary": "NELivePlayer, can play rtmp hls",
"description": "网易直播云播放器SDK 支持rtmp hls 播放,低延迟,高可定制",
"homepage": "http://dev.netease.im/docs?doc=iOS_LivePlayer",
"license": {
"type": "Apache License, Version 2.0",
"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"
},
"authors": {
"Xiaoxueyuan": "xxyc15@me.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xxycode/NELivePlayer.git",
"tag": "0.0.4"
},
"source_files": "Pod/NELivePlayer/include/**/*.h",
"requires_arc": true,
"public_header_files": "Pod/NELivePlayer/include/**/*.h",
"frameworks": [
"CoreAudio",
"CoreMedia",
"AVFoundation",
"VideoToolBox",
"AudioToolBox",
"OpenGLES",
"Foundation",
"QuartzCore",
"CoreGraphics",
"CFNetwork",
"CoreTelephony",
"SystemConfiguration"
],
"libraries": [
"iconv",
"z",
"bz2",
"stdc++"
],
"default_subspecs": "precompiled",
"subspecs": [
{
"name": "precompiled",
"preserve_paths": "Pod/NELivePlayer/include/**/*.h",
"vendored_libraries": "Pod/NELivePlayer/libs/*.a",
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/NELivePlayer/"
}
}
]
}