[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 3 / a / f / CLPlayer / 2.0.0 / CLPlayer.podspec.json
blob645ccd32c12af433a032ad6d2baf3b48fb081ece
2   "name": "CLPlayer",
3   "version": "2.0.0",
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.0"
24   },
25   "source_files": [
26     "CLPlayer/**/*.swift"
27   ],
28   "requires_arc": true,
29   "frameworks": [
30     "UIKit",
31     "MediaPlayer"
32   ],
33   "dependencies": {
34     "SnapKit": [
36     ]
37   },
38   "swift_version": "5.0"