blob: 6fb5060bf72e27d9eab835cda3202be11e7abd5d [file] [log] [blame]
{
"name": "MXPersistentCache",
"version": "0.1.0",
"summary": "Minimalistic (key, file) store.",
"description": " NSFileManager does not provide a direct API for saving files\n on disk after associating them with a given key.\n\n - There exists a Caches directory for applications to save their\n \"cache\" files in, but it can be vaccumed by the OS without\n letting the app know.\n\n - The Caches directory is not backed up to iCloud.\n\n - The Application Support directory is never touched by the OS,\n but is backed up and therefore unsuitable for files whose\n lifetime we want to control.\n\n The fix? We store files in the Application Support directory, but\n set the \"no-backup\" bit on them.\n",
"homepage": "http://github.com/mx4492/MXPersistentCache",
"license": "MIT",
"authors": "Manav Rathi",
"social_media_url": "http://twitter.com/mx4492",
"source": {
"git": "https://github.com/mx4492/MXPersistentCache.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "MXPersistentCache",
"header_mappings_dir": "MXPersistentCache"
}