설명 없음

Norio Nomura f235579fee Release 0.7.0 6 년 전
.circleci a8cff03fd9 [CircleCI] Add Swift 4.0 and 4.1 jobs 6 년 전
Base32.xcodeproj f235579fee Release 0.7.0 6 년 전
Sources c5e94e50b5 Recover Swift 4.0 and 4.1 6 년 전
Tests 8cc406ab18 Drop Swift 3.x 7 년 전
.gitignore 6fc9f1fb1b Remove Base32.xcodeproj and add Swift Package Manager support 9 년 전
.gitmodules f2e319de99 Remove xcconfigs 9 년 전
.swift-version 8cc406ab18 Drop Swift 3.x 7 년 전
LICENSE 2163ee2f29 Initial Commit 10 년 전
Package.swift 8cc406ab18 Drop Swift 3.x 7 년 전
Package@swift-4.2.swift c5e94e50b5 Recover Swift 4.0 and 4.1 6 년 전
Package@swift-5.swift c5e94e50b5 Recover Swift 4.0 and 4.1 6 년 전
README.md f235579fee Release 0.7.0 6 년 전
SwiftBase32.podspec f235579fee Release 0.7.0 6 년 전
azure-pipelines.yml b7a9570362 Revert "[Azure Pipelines] Drop Swift < 4.2" 6 년 전

README.md

Base32 for Swift on OS X and iOS

MIT License Carthage compatible CircleCI Azure Pipelines 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"

Cocoapods

Base32 is also available through Cocoapods just adding the following line to your Podfile:

pod 'SwiftBase32', '~> 0.7.0'

Author

Norio Nomura

License

Base32 is available under the MIT license. See the LICENSE file for more info.