blob: d8eaf793e405df80ea391d726a4f24ac88f4263f [file] [log] [blame]
{
"name": "SecureQueue",
"version": "0.0.5",
"summary": "SecureQueue is a queue that securely persists its contents to disk.",
"description": "SecureQueue leverages iOS' built-in file encryption to securely persist its contents to disk.\n**This project is currently experimental and will be changing rapidly. You probably shouldn't use it yet!**",
"homepage": "https://github.com/ResearchSuite/SecureQueue-ios",
"license": {
"type": "Apache 2",
"file": "LICENSE"
},
"authors": {
"James Kizer, Cornell Tech Foundry": "jdk288 at cornell dot edu"
},
"source": {
"git": "https://github.com/ResearchSuite/SecureQueue-ios.git",
"tag": "0.0.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SecureQueue/Classes/**/*",
"pushed_with_swift_version": "3.0"
}