[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 1 / 5 / 8 / NicooPlayer / 1.1.8 / NicooPlayer.podspec.json
blobea0ef48eda4f05183f06aaa3d0e131d1b9d122b0
2   "name": "NicooPlayer",
3   "version": "1.1.8",
4   "summary": "NicooVideoPlayer for swift4.1",
5   "description": "播放器API:\nplayerView.playVideo(\"URL\", \"视频名称\", fateherView)\n从某个时间点开始比方(用于播放上次播放记录)\nplayerView.replayVideo(videoModel?.videoUrl, videoModel?.videoName, fatherView, sinceTime)\n改变播放器父视图:\nplayerView.changeVideoContainerView(fateherView1)\n获取播放进度:\nplayerView.getNowPlayPositionTimeAndVideoDuration()\n缓存进度:\nplayerView.getLoadingPositionTime()",
6   "homepage": "https://github.com/yangxina/NicooPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "504672006@qq.com": "504672006@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yangxina/NicooPlayer.git",
16     "tag": "1.1.8"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "NicooPlayer/Classes/**/*",
22   "resource_bundles": {
23     "NicooPlayer": [
24       "NicooPlayer/Assets/*.png"
25     ]
26   },
27   "dependencies": {
28     "SnapKit": [
29       "~> 4.0.0"
30     ],
31     "MBProgressHUD": [
32       "~> 0.9.2"
33     ]
34   }