No Description

Norio Nomura 1684d2b806 Release 0.6.0 7 years ago
.circleci 5f458312bb Use Ruby 2.3 on CircleCI 7 years ago
Base32.xcodeproj 8e33ed4b6d Release 0.6.0 7 years ago
Sources b313013612 'deallocate(capacity:)' is deprecated on Swift 4.1 7 years ago
Tests 8cc406ab18 Drop Swift 3.x 7 years ago
.gitignore 6fc9f1fb1b Remove Base32.xcodeproj and add Swift Package Manager support 9 years ago
.gitmodules f2e319de99 Remove xcconfigs 9 years ago
.swift-version 8cc406ab18 Drop Swift 3.x 7 years ago
LICENSE 2163ee2f29 Initial Commit 10 years ago
Package.swift 8cc406ab18 Drop Swift 3.x 7 years ago
README.md daffbb82e1 Add CircleCI badge 7 years ago
SwiftBase32.podspec 8e33ed4b6d Release 0.6.0 7 years ago

README.md

Base32 for Swift on OS X and iOS

MIT License Carthage compatible Travis CI CircleCI codecov

Base32 is a Base32 implementation for Swift.

Requirements

  • iOS 8 or later
  • macOS 10.9 or later
  • tvOS 9 or later
  • watchOS 2 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.