blob: 006eb1f4c87cc8f3cde14692a5ef1296ddbfe883 [file] [log] [blame]
{
"name": "NMCache",
"version": "0.2.2",
"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.2.2"
},
"source_files": [
"NMCache",
"NMCache/**/*.{h,m,swift}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"YapDatabase": [
"2.8.3"
]
}
}