blob: 161d9b8d567feace8d6cb72b620d065703f2c829 [file] [log] [blame]
{
"name": "Codice",
"version": "0.2.0",
"summary": "Codice is a very lightweight, Foundation-compatible persistence interface.",
"description": "Codice is a very lightweight, Foundation-compatible persistence interface. In concrete terms, it implements a Swifty wrapper over Foundation's keyed archive API.",
"homepage": "https://github.com/fellipecaetano/Codice",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fellipe Caetano": "fellipe.caetano4@gmail.com.com"
},
"source": {
"git": "https://github.com/fellipecaetano/Codice.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Codice/Classes/**/*",
"dependencies": {
"BrightFutures": [
"~> 4.1"
]
}
}