blob: d8a3d8e07c606c3a9cea263a3a3b2d73bb120591 [file] [log] [blame]
{
"name": "ObjectStorage",
"version": "0.1.1",
"homepage": "https://github.com/maxsokolov/swift-objectstorage",
"summary": "A lightweight key/value wrapper for user defaults, keychain and file storage with common interface",
"authors": {
"Max Sokolov": "i@maxsokolov.net"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ObjectStorage",
"module_name": "ObjectStorage",
"source": {
"git": "https://github.com/maxsokolov/swift-objectstorage.git",
"tag": "0.1.1"
},
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"Valet": [
"~> 1.0"
]
}
}