blob: 73b84243ca056c1ed40a03c18486bbbb48ab6a95 [file] [log] [blame]
{
"name": "SSCache",
"version": "0.1.0",
"summary": "Simple in memory and on disk cache.",
"description": "Simple in memory and on disk cache for iOS and Mac OS X.",
"homepage": "https://github.com/soffes/SSCache",
"authors": {
"Sam Soffes": "sam@soff.es"
},
"source": {
"git": "https://github.com/soffes/SSCache.git",
"tag": "v0.1.0"
},
"source_files": [
"SSCache.h",
"SSCache.m"
],
"frameworks": "Foundation",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
}
}