[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / e / 5 / MKVideoCacher / 0.1.2 / MKVideoCacher.podspec.json
blobcbb6f1860949258ff2fff29f719b9878ef86fd19
2   "name": "MKVideoCacher",
3   "version": "0.1.2",
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.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "source_files": "MKVideoCacher/**/*.swift",
23   "resource_bundles": {
24     "MKVideoCacher": [
25       "MKVideoCacher/Classes/*.xcdatamodeld"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "AVFoundation"
31   ],
32   "swift_version": "5.0"