blob: f12026f3334a34b32fd2d54c89ab6edbbbf21a15 [file] [log] [blame]
{
"name": "Codice",
"version": "2.0.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": "2.0.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "3.0"
}