blob: 64560db56f849007a7c9ac5b72d811f366c69f67 [file] [log] [blame]
{
"name": "NMCache",
"version": "0.7",
"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",
"Vincenzo Ferrara": "vinceferro92@gmail.com",
"Alex Corlatti": "alex.corlatti@gmail.com"
},
"source": {
"git": "https://github.com/nearit/nm.cache.git",
"tag": "0.7"
},
"source_files": [
"NMCache",
"NMCache/**/*.{h,m,swift}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"SwiftyJSON": [
"~> 2.3"
],
"YapDatabase": [
"~> 2.9"
]
}
}