No Description

Norio Nomura 0eb82cd126 Release 0.5.3 8 years ago
Base32.xcodeproj bff6758236 Release 0.5.3 8 years ago
Sources f269a20fcc Fix #26 8 years ago
Tests a6eb1b7c3f Add failing test from #26 8 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 c4914bf030 echo 3.0>.swift-version 8 years ago
.travis.yml 6780b14721 [Travis] Change build action from `test` to `build-for-testing test-without-building` 8 years ago
LICENSE 2163ee2f29 Initial Commit 10 years ago
Package.swift 84d1ae4789 Support Linux 8 years ago
README.md be48f67ad0 Update README.md and referencing them in xcodeproj 9 years ago
SwiftBase32.podspec bff6758236 Release 0.5.3 8 years ago

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
  • 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.