INACTIVE - Base32 for Swift on OS X and iOS
Перейти к файлу
Emily Toop d213648648 Update to swift on XCode 7 Beta 6 2015-08-25 10:19:36 +01:00
Base32 Update to swift on XCode 7 Beta 6 2015-08-25 10:19:36 +01:00
Base32.xcodeproj Update to Swift 2.0 2015-06-19 20:37:03 +02:00
Base32Tests Update to Swift 2.0 2015-06-19 20:37:03 +02:00
Carthage/Checkouts Checkout xcconfigs using `carthage update --use-submodules` 2015-02-09 15:42:39 +09:00
SecEncodeTransformTests Rewrite to using `count()` and `reduce(_:combine:)` 2015-03-06 10:45:59 +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 Merge branch 'add-webhook-of-zapier' 2015-02-21 11:04:02 +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 bundle update 2015-03-06 10:14:13 +09:00
Gemfile.lock bundle update 2015-03-06 10:14:13 +09:00
LICENSE Initial Commit 2015-01-25 21:21:46 +09:00
README.md Update Carthage badge 2015-02-17 17:46:48 +09:00
Rakefile Skip certificates:install if KEY_PASSWORD does not exists. 2015-04-09 11:14:48 +09:00

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.