blob: aaa0c85dc74fa9ca57970cd47ada7b869b52a111 [file] [log] [blame]
{
"name": "NMCache",
"version": "0.6",
"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.6"
},
"source_files": [
"NMCache",
"NMCache/**/*.{h,m,swift}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"SwiftyJSON": [
"~> 2.3"
],
"YapDatabase": [
"~> 2.9"
]
}
}