[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / a / Base32Crockford / 0.2.0 / Base32Crockford.podspec.json
blobd52726b28f821fcd9f0e758e1b0f614966497272
2   "name": "Base32Crockford",
3   "version": "0.2.0",
4   "summary": "Generate, encode, and decode data in a Base32 format.",
5   "swift_versions": "5",
6   "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.",
7   "homepage": "https://github.com/brightdigit/Base32Crockford",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "leogdion@brightdigit.com": "leogdion@brightdigit.com"
14   },
15   "source": {
16     "git": "https://github.com/brightdigit/Base32Crockford.git",
17     "tag": "0.2.0"
18   },
19   "source_files": "Sources/Base32Crockford/**/*",
20   "platforms": {
21     "ios": "8",
22     "osx": "10.9",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "swift_version": "5"