blob: 8cb911647f7ca7fb4ff03ac02907019a64ab05db [file] [log] [blame]
Mark H. Granoffc9f40122020-09-26 13:56:58 -04001{
2 "name": "Strongbox",
3 "version": "0.6.0",
4 "summary": "Strongbox is a Swift utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.",
5 "homepage": "https://github.com/granoff/Strongbox",
6 "license": {
7 "type": "MIT",
8 "file": "LICENSE"
9 },
10 "authors": {
11 "Mark H. Granoff": "mark@granoff.net"
12 },
13 "source": {
14 "git": "https://github.com/granoff/Strongbox.git",
15 "tag": "0.6.0"
16 },
17 "social_media_url": "https://twitter.com/granoff",
18 "swift_versions": "4.2",
19 "platforms": {
20 "ios": "9.0",
21 "watchos": "3.0",
22 "tvos": "9.0"
23 },
24 "source_files": "Strongbox/Classes/**/*",
25 "frameworks": "Security",
26 "swift_version": "4.2"
27}