[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / c / 3 / SecureQueue / 0.0.2 / SecureQueue.podspec.json
blobabf2d11d7c9c82a7d3471ba562f683adb910eaa0
2   "name": "SecureQueue",
3   "version": "0.0.2",
4   "summary": "SecureQueue is a queue that securely persists its contents to disk.",
5   "description": "SecureQueue leverages iOS' built-in file encryption to securely persist its contents to disk.",
6   "homepage": "https://github.com/cornelltech/SecureQueue-ios",
7   "license": {
8     "type": "Apache 2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "James Kizer, Cornell Tech Foundry": "jdk288 at cornell dot edu"
13   },
14   "source": {
15     "git": "https://github.com/cornelltech/SecureQueue-ios.git",
16     "tag": "0.0.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SecureQueue/Classes/**/*",
22   "pushed_with_swift_version": "3.0"