blob: c0ee4e923930cda6efa1af6956adc05e449673b0 [file] [log] [blame]
{
"name": "TSFileCache",
"version": "1.0.4",
"summary": "Generic class that allows you to cache files on device's disk. Need to cache images or other files? Check this. Easy to subclass and reuse.",
"homepage": "https://github.com/tomkowz/TSFileCache",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Tomasz Szulc": "szulctomasz@me.com"
},
"social_media_url": "http://twitter.com/tomkowz",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/tomkowz/TSFileCache.git",
"tag": "1.0.4"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}