blob: d63219079c38bc4f006a6245de12d7100f8b32a1 [file] [log] [blame]
{
"name": "X1Player",
"version": "1.1",
"summary": "A good iOS media player made by yanzhang",
"description": "#基于ffmpeg封装的视频播放 支持直播 录播视频的播放,支持常用的播放界面控制,类似于ijkplayer 优点是体积更小,使用快捷",
"homepage": "https://github.com/diamondfive",
"screenshots": "https://github.com/diamondfive/X1Player/blob/develop/showtime.png?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yanzhang": "fyz333501@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/diamondfive/X1Player.git",
"tag": "1.0"
},
"source_files": [
"X1PlayerSDK",
"X1Player/X1PlayerSDK/**/*.{h,m,mm}"
],
"resources": "X1Player/X1PlayerSDK/**/*.{bundle,a}",
"frameworks": [
"CoreTelephony",
"OpenAL",
"VideoToolbox",
"GLKit"
],
"libraries": [
"bz2",
"iconv",
"z"
],
"requires_arc": true,
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
}
}