| { |
| "name": "Strongbox", |
| "version": "0.6.0", |
| "summary": "Strongbox is a Swift utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.", |
| "homepage": "https://github.com/granoff/Strongbox", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Mark H. Granoff": "mark@granoff.net" |
| }, |
| "source": { |
| "git": "https://github.com/granoff/Strongbox.git", |
| "tag": "0.6.0" |
| }, |
| "social_media_url": "https://twitter.com/granoff", |
| "swift_versions": "4.2", |
| "platforms": { |
| "ios": "9.0", |
| "watchos": "3.0", |
| "tvos": "9.0" |
| }, |
| "source_files": "Strongbox/Classes/**/*", |
| "frameworks": "Security", |
| "swift_version": "4.2" |
| } |