blob: 9e57d148fdeedc16caedb594e255aa09b62e3e41 [file] [log] [blame]
{
"name": "NMCache",
"version": "0.3",
"summary": "Simple cache built on top of YapDatabase",
"description": "A wrapper for YapDatabase which can be used as a simple cache",
"homepage": "https://github.com/nearit/nm.cache",
"license": "MIT",
"authors": {
"Francesco Colleoni": "francesco@nearit.com"
},
"source": {
"git": "https://github.com/nearit/nm.cache.git",
"tag": "0.3"
},
"source_files": [
"NMCache",
"NMCache/**/*.{h,m,swift}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"NMJSON": [
],
"YapDatabase": [
"2.8.3"
]
}
}