[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 1 / c / 3 / SecureQueue / 0.0.5 / SecureQueue.podspec.json
blobd8eaf793e405df80ea391d726a4f24ac88f4263f
2   "name": "SecureQueue",
3   "version": "0.0.5",
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/ResearchSuite/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/ResearchSuite/SecureQueue-ios.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SecureQueue/Classes/**/*",
22   "pushed_with_swift_version": "3.0"