blob: abf2d11d7c9c82a7d3471ba562f683adb910eaa0 [file] [log] [blame]
{
"name": "SecureQueue",
"version": "0.0.2",
"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.",
"homepage": "https://github.com/cornelltech/SecureQueue-ios",
"license": {
"type": "Apache 2",
"file": "LICENSE"
},
"authors": {
"James Kizer, Cornell Tech Foundry": "jdk288 at cornell dot edu"
},
"source": {
"git": "https://github.com/cornelltech/SecureQueue-ios.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SecureQueue/Classes/**/*",
"pushed_with_swift_version": "3.0"
}