blob: cbb6f1860949258ff2fff29f719b9878ef86fd19 [file] [log] [blame]
{
"name": "MKVideoCacher",
"version": "0.1.2",
"summary": "A Cocoapod to cache your video files from AVPlayer.",
"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.\"",
"homepage": "https://github.com/musatrtr/MKVideoCacher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Musa Kökçen": "musatrtr@gmail.com"
},
"source": {
"git": "https://github.com/musatrtr/MKVideoCacher.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "MKVideoCacher/**/*.swift",
"resource_bundles": {
"MKVideoCacher": [
"MKVideoCacher/Classes/*.xcdatamodeld"
]
},
"frameworks": [
"UIKit",
"AVFoundation"
],
"swift_version": "5.0"
}