blob: 88d1bcf922caf1646e2319e7faabe05aa6512317 [file] [log] [blame]
{
"name": "Base32Crockford",
"version": "0.4.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.4.0"
},
"source_files": "Sources/Base32Crockford/**/*",
"platforms": {
"ios": "8",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "5"
}