| { |
| "name": "Base32Crockford", |
| "version": "0.2.0", |
| "summary": "Generate, encode, and decode data in a Base32 format.", |
| "swift_versions": "5", |
| "description": "Using Douglas Crockford's Base32 encoding (https://www.crockford.com/wrmg/base32.html), this library can generate, encode, and decode data in a Base32 format.", |
| "homepage": "https://github.com/brightdigit/Base32Crockford", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "leogdion@brightdigit.com": "leogdion@brightdigit.com" |
| }, |
| "source": { |
| "git": "https://github.com/brightdigit/Base32Crockford.git", |
| "tag": "0.2.0" |
| }, |
| "source_files": "Sources/Base32Crockford/**/*", |
| "platforms": { |
| "ios": "8", |
| "osx": "10.9", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "swift_version": "5" |
| } |