blob: 36be9c8e99074423edcf7ba521d4d444f93e17ad [file] [log] [blame]
{
"name": "MKVideoCacher",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "MKVideoCacher/Classes/*",
"resources": "MKVideoCacher/Classes/*.xcdatamodeld",
"resource_bundles": {
"MKVideoCacher": [
"MKVideoCacher/Classes/*.xcdatamodeld"
]
},
"frameworks": [
"UIKit",
"AVFoundation",
"CoreData"
],
"swift_version": "5.0"
}