暫無描述

Norio Nomura 4e90604359 Merge pull request #19 from norio-nomura/swift2.3 9 年之前
Base32 523dc8cdaa Migrate to Swift 2.3 9 年之前
Base32.xcodeproj 3191af2ae8 Update to recommended settings by Xcode 8 9 年之前
Base32Tests f3f3dc5737 Update to recommended settings by Xcode 7 beta 6 10 年之前
Carthage 7197b7b0df Update xcconfigs to ec5753493605deed7358dec5f9260f503d3ed650 10 年之前
SecEncodeTransformTests f3f3dc5737 Update to recommended settings by Xcode 7 beta 6 10 年之前
certificates 5d01390789 Deploy prebuilt framework from Travis-CI to GitHub Release 10 年之前
.gitignore 4e4ccee582 Add *.xcscmblueprint to .gitignore 10 年之前
.gitmodules dc2e5d350f Checkout xcconfigs using `carthage update --use-submodules` 10 年之前
.travis.yml b567b10a10 Remove `brew install carthage` from Travis-CI 9 年之前
Cartfile.private 7197b7b0df Update xcconfigs to ec5753493605deed7358dec5f9260f503d3ed650 10 年之前
Cartfile.resolved 7197b7b0df Update xcconfigs to ec5753493605deed7358dec5f9260f503d3ed650 10 年之前
Gemfile 7b0a1f2663 bundle update 10 年之前
Gemfile.lock b96c5c096d bundle update 10 年之前
LICENSE 2163ee2f29 Initial Commit 10 年之前
README.md f5f439e6d6 Fixed Typo in README 10 年之前
Rakefile c99c6a1c26 Skip certificates:install if KEY_PASSWORD does not exists. 10 年之前

README.md

Base32 for Swift on OS X and iOS

MIT License 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.