[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / a / f / CLPlayer / 2.0.1 / CLPlayer.podspec.json
blob8143c6b17179c46143b22e32a9c9e9b0683fa7bd
2   "name": "CLPlayer",
3   "version": "2.0.1",
4   "summary": "Swift版自定义AVPlayer",
5   "description": "CLPlayer是基于系统AVPlayer封装的视频播放器.\n* 支持Autolayout、Frame.\n* 支持UITableView、UICollectionView.\n* 支持亮度、音量调节.\n* 支持进度调节.\n* 支持倍数播放.",
6   "homepage": "https://github.com/JmoVxia/CLPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JmoVxia": "269968846@qq.com"
13   },
14   "social_media_url": "https://github.com/JmoVxia",
15   "swift_versions": [
16     "5.0"
17   ],
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/JmoVxia/CLPlayer.git",
23     "tag": "2.0.1"
24   },
25   "source_files": [
26     "CLPlayer/**/*.swift"
27   ],
28   "resources": "CLPlayer/CLPlayer.bundle",
29   "requires_arc": true,
30   "frameworks": [
31     "UIKit",
32     "MediaPlayer"
33   ],
34   "dependencies": {
35     "SnapKit": [
37     ]
38   },
39   "swift_version": "5.0"