blob: 6a2d3a9b231160658e33dde144d77f9baf9f998b [file] [log] [blame]
{
"name": "DACache",
"version": "0.1.0",
"summary": "DACache is a simple cache manager that simplifies caching of data to the file system.",
"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.",
"homepage": "https://github.com/dagostini/DACache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dejan Agostini": "dejan.agostini@gmail.com"
},
"source": {
"git": "https://github.com/dagostini/DACache.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/dagostin",
"platforms": {
"ios": "8.0"
},
"source_files": "DACache/sources/**/*",
"pushed_with_swift_version": "3.0"
}