[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / e / 5 / MKVideoCacher / 0.1.4 / MKVideoCacher.podspec.json
blob36be9c8e99074423edcf7ba521d4d444f93e17ad
2   "name": "MKVideoCacher",
3   "version": "0.1.4",
4   "summary": "A Cocoapod to cache your video files from AVPlayer.",
5   "description": "\"This pod helps you to cache video files so that you do not need to download them again and again when they are reused.\"",
6   "homepage": "https://github.com/musatrtr/MKVideoCacher",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Musa Kökçen": "musatrtr@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/musatrtr/MKVideoCacher.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "MKVideoCacher/Classes/*",
23   "resources": "MKVideoCacher/Classes/*.xcdatamodeld",
24   "resource_bundles": {
25     "MKVideoCacher": [
26       "MKVideoCacher/Classes/*.xcdatamodeld"
27     ]
28   },
29   "frameworks": [
30     "UIKit",
31     "AVFoundation",
32     "CoreData"
33   ],
34   "swift_version": "5.0"