| { |
| "name": "OktaStorage", |
| "version": "0.1.0", |
| "summary": "This library provides convenient APIs to utilize keychain services", |
| "description": "Store passwords, tokens and other secrets in an encrypted database using OktaStorage library", |
| "homepage": "https://github.com/okta/okta-storage-swift", |
| "license": { |
| "type": "APACHE2", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Okta Developers": "developer@okta.com" |
| }, |
| "source": { |
| "git": "https://github.com/okta/okta-storage-swift.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Sources/*" |
| } |