4 "summary": "DACache is a simple cache manager that simplifies caching of data to the file system.",
5 "description": "This simple cache manager will allow you to cache files in memory and on the file system at the same time. You use it as a dictionary, if you have files cached in memory it will use them, otherwise, it will try and fetch them from the disk. Using file caching is optional.",
6 "homepage": "https://github.com/dagostini/DACache",
12 "Dejan Agostini": "dejan.agostini@gmail.com"
15 "git": "https://github.com/dagostini/DACache.git",
18 "social_media_url": "https://twitter.com/dagostin",
22 "source_files": "DACache/sources/**/*",
23 "pushed_with_swift_version": "3.0"