[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 2 / 1 / 6 / YWVideoPlayer / 1.0.1 / YWVideoPlayer.podspec.json
blob5d7fbfe9a21d32c5df231434bd6161893eff3aba
2   "name": "YWVideoPlayer",
3   "version": "1.0.1",
4   "summary": "基于ijkplayer的播放器,支持RMTP、网络视频、本地视频等等",
5   "description": "基于ijkplayer的播放器,可播RMTP、网络视频、本地视频等等\"",
6   "homepage": "https://github.com/90candy/YWVideoPlayer",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "阿唯不知道": "920093012@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/90candy/YWVideoPlayer.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "YWVideoPlayerDemo/YWVideoPlayer/*.{h,m}",
22   "resources": "YWVideoPlayerDemo/YWVideoPlayer/Resources/*.png",
23   "requires_arc": true,
24   "dependencies": {
25     "SDWebImage": [
26       ">=4.0.0"
27     ]
28   },
29   "social_media_url": "https://www.jianshu.com/u/0f7d26d766f4",
30   "vendored_frameworks": "YWVideoPlayerDemo/IJKMediaFramework.framework",
31   "libraries": [
32     "c++",
33     "z",
34     "bz2"
35   ],
36   "frameworks": [
37     "UIKit",
38     "Foundation",
39     "MediaPlayer",
40     "CoreAudio",
41     "AudioToolbox",
42     "Accelerate",
43     "QuartzCore",
44     "OpenGLES",
45     "AVFoundation",
46     "CoreVideo",
47     "AVKit",
48     "CoreMedia",
49     "VideoToolbox",
50     "CoreTelephony"
51   ]