[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 3 / 5 / HcdCachePlayer / 1.0.0 / HcdCachePlayer.podspec.json
blobb7d8cf87a39d31f99fdb15e9b630eeca5946b885
2   "name": "HcdCachePlayer",
3   "version": "1.0.0",
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": "1.0.0"
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": [
33       "~> 1.0.1"
34     ]
35   }