[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 3 / 5 / HcdCachePlayer / 0.0.2 / HcdCachePlayer.podspec.json
blob0c058b43045eef4a3791d632d7a4aeb5a47ef5ca
2   "name": "HcdCachePlayer",
3   "version": "0.0.2",
4   "summary": "A video player with cache.",
5   "description": "一个使用AVPlayer封装的带缓存的视频播放器,支持全屏,可以左右滑动手势快进快退,上下滑动手势调节屏幕亮度",
6   "homepage": "https://github.com/Jvaeyhcd/HcdCachePlayer",
7   "screenshots": "https://raw.githubusercontent.com/Jvaeyhcd/HcdCachePlayer/master/screen.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Jvaeyhcd": "chedahuang@icloud.com"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/Jvaeyhcd/HcdCachePlayer.git",
20     "tag": "0.0.2"
21   },
22   "source_files": "hcdCachePlayer/**/*.{h,m}",
23   "resources": "hcdCachePlayer/hcdCachePlayer.bundle",
24   "frameworks": [
25     "UIKit",
26     "AVFoundation",
27     "MobileCoreServices",
28     "Foundation"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "Masonry": [
34     ]
35   }