blob: 41fa50af773a3cdad25416010dab8e03669900d2 [file] [log] [blame]
{
"name": "VIMediaCache",
"version": "0.4",
"license": "MIT",
"summary": "VIMediaCache is a tool to cache media file while play media using AVPlayer",
"homepage": "https://github.com/vitoziv/VIMediaCache",
"authors": {
"Vito": "vvitozhang@gmail.com"
},
"source": {
"git": "https://github.com/vitoziv/VIMediaCache.git",
"tag": "0.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"VIMediaCache/*.{h,m}",
"VIMediaCache/**/*.{h,m}"
],
"frameworks": [
"MobileCoreServices",
"AVFoundation"
],
"requires_arc": true
}