Mark H. Granoff | c9f4012 | 2020-09-26 13:56:58 -0400 | [diff] [blame] | 1 | { |
| 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 | } |