INACTIVE - Base32 for Swift on OS X and iOS
Перейти к файлу
Norio Nomura fbfc437aeb minor change on .travis.yml 2015-02-19 21:20:50 +09:00
Base32 Refactor around `String.nulTerminatedUTF8.withUnsafeBufferPointer()` 2015-02-13 11:10:27 +09:00
Base32.xcodeproj "ONLY_ACTIVE_ARCH = YES;" on Debug for silencing newer Xcode warning 2015-02-16 10:27:08 +09:00
Base32Tests Expose `uppercase` option of `base16Encode()` 2015-02-13 11:07:54 +09:00
Carthage/Checkouts Checkout xcconfigs using `carthage update --use-submodules` 2015-02-09 15:42:39 +09:00
SecEncodeTransformTests Distill measuring of SecEncodeTransformTests 2015-02-08 08:36:31 +09:00
certificates Deploy prebuilt framework from Travis-CI to GitHub Release 2015-02-14 12:50:49 +09:00
.gitignore Initial Commit 2015-01-25 21:21:46 +09:00
.gitmodules Checkout xcconfigs using `carthage update --use-submodules` 2015-02-09 15:42:39 +09:00
.travis.yml minor change on .travis.yml 2015-02-19 21:20:50 +09:00
Cartfile.private Specify xcconfigs version is "0.7.1" 2015-02-15 16:08:58 +09:00
Cartfile.resolved Specify xcconfigs version is "0.7.1" 2015-02-15 16:08:58 +09:00
Gemfile Using `xcpretty` from my forked branch. 2015-02-07 20:33:38 +09:00
Gemfile.lock bundle update 2015-02-09 15:43:46 +09:00
LICENSE Initial Commit 2015-01-25 21:21:46 +09:00
README.md Add some badges to README.md 2015-01-27 17:55:51 +09:00
Rakefile Deploy prebuilt framework from Travis-CI to GitHub Release 2015-02-14 12:50:49 +09:00

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.