暂无描述

Norio Nomura 23deab03c9 Merge branch 'bump-infoplist-version' 10 年之前
Base32 32eb60e196 Bump version to 0.3.0 10 年之前
Base32.xcodeproj b48c763150 "GCC_NO_COMMON_BLOCKS = YES" for silencing newer Xcode warning 10 年之前
Base32Tests d9526249c2 Expose `uppercase` option of `base16Encode()` 10 年之前
Carthage dc2e5d350f Checkout xcconfigs using `carthage update --use-submodules` 10 年之前
SecEncodeTransformTests 148c41ce98 Rewrite to using `count()` and `reduce(_:combine:)` 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 8cb9cdaade Merge branch 'add-webhook-of-zapier' 10 年之前
Cartfile.private 8a9ad77911 Specify xcconfigs version is "0.7.1" 10 年之前
Cartfile.resolved 8a9ad77911 Specify xcconfigs version is "0.7.1" 10 年之前
Gemfile 7b0a1f2663 bundle update 10 年之前
Gemfile.lock 7b0a1f2663 bundle update 10 年之前
LICENSE 2163ee2f29 Initial Commit 10 年之前
README.md 18cd93a659 Update Carthage badge 10 年之前
Rakefile c99c6a1c26 Skip certificates:install if KEY_PASSWORD does not exists. 10 年之前

README.md

Base32 for Swift on OS X and iOS

MIT Lincese Carthage compatible 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.