blob: ff9c74503d08bc31f06bdf53ca45cd7298e65d7e [file] [log] [blame]
{
"name": "VIMediaCache",
"version": "0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"VIMediaCache/*.{h,m}",
"VIMediaCache/**/*.{h,m}"
],
"frameworks": [
"MobileCoreServices",
"AVFoundation"
],
"requires_arc": true
}