[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / c / 3 / SecureQueue / 0.0.4 / SecureQueue.podspec.json
bloba0510c4884aef7c43f24f25bdc87eda57d9ca01f
2   "name": "SecureQueue",
3   "version": "0.0.4",
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.\n**This project is currently experimental and will be changing rapidly. You probably shouldn't use it yet!**",
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.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SecureQueue/Classes/**/*",
22   "pushed_with_swift_version": "3.0"