blob: ebc20c6f11d7d81adb921bf72ee6821f5dcab788 [file] [log] [blame]
{
"name": "SecureQueue",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SecureQueue/Classes/**/*",
"pushed_with_swift_version": "3.0"
}