blob: 6eb27a3bc8993f9926b33273c51335f888b22f21 [file] [log] [blame]
{
"name": "TSFileCache",
"version": "1.0.1",
"summary": "Generic class that allows you to cahce 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.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}