暫無描述

Norio Nomura 5d01390789 Deploy prebuilt framework from Travis-CI to GitHub Release 10 年之前
Base32 cbb9c05906 Refactor around `String.nulTerminatedUTF8.withUnsafeBufferPointer()` 10 年之前
Base32.xcodeproj 49da3b079a Add Base16 functions and extensions 10 年之前
Base32Tests d9526249c2 Expose `uppercase` option of `base16Encode()` 10 年之前
Carthage dc2e5d350f Checkout xcconfigs using `carthage update --use-submodules` 10 年之前
SecEncodeTransformTests 8a80241707 Distill measuring of SecEncodeTransformTests 10 年之前
certificates 5d01390789 Deploy prebuilt framework from Travis-CI to GitHub Release 10 年之前
.gitignore 2163ee2f29 Initial Commit 10 年之前
.gitmodules dc2e5d350f Checkout xcconfigs using `carthage update --use-submodules` 10 年之前
.travis.yml 5d01390789 Deploy prebuilt framework from Travis-CI to GitHub Release 10 年之前
Cartfile 2163ee2f29 Initial Commit 10 年之前
Cartfile.resolved 2163ee2f29 Initial Commit 10 年之前
Gemfile 657b546452 Using `xcpretty` from my forked branch. 10 年之前
Gemfile.lock 7a205a3e1e bundle update 10 年之前
LICENSE 2163ee2f29 Initial Commit 10 年之前
README.md 002c67b893 Add some badges to README.md 10 年之前
Rakefile 5d01390789 Deploy prebuilt framework from Travis-CI to GitHub Release 10 年之前

README.md

Base32 for Swift on OS X and iOS

MIT Lincese Carthage Compatibility CI Status

Base32 is a Base32 implementation for Swift.

Requirements

iOS 8 or later OS X 10.9 or later

Installation

Carthage

Base32 is available through Carthage. To install it, simply add the following line to your Cartfile:

github "norio-nomura/Base32"

Author

Norio Nomura

License

Base32 is available under the MIT license. See the LICENSE file for more info.