Aucune description

xcbosa mbp16 094865cd9b 【Git】更新 URL il y a 3 mois
.github 8ecd9c1e6a [GitHub Actions] Run Codecov on Xcode 11.7 il y a 4 ans
Base32.xcodeproj c4bc0a4968 Release 0.9.0 il y a 4 ans
Sources e8465454ea Simplify `base32*DecodeToData(_:)` il y a 4 ans
Tests 8cc406ab18 Drop Swift 3.x il y a 7 ans
.gitignore 6fc9f1fb1b Remove Base32.xcodeproj and add Swift Package Manager support il y a 9 ans
.gitmodules f2e319de99 Remove xcconfigs il y a 9 ans
LICENSE 2163ee2f29 Initial Commit il y a 10 ans
Package.swift d82019f517 Drop Swift 4.1 il y a 5 ans
README.md c4bc0a4968 Release 0.9.0 il y a 4 ans
SwiftBase32.podspec 094865cd9b 【Git】更新 URL il y a 3 mois

README.md

Base32 for Swift on OS X and iOS

MIT License Carthage compatible SwiftPM xcodebuild pod lib lint codecov

Base32 is a Base32 implementation for Swift.

Requirements

  • iOS 9 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.9.0'

Author

Norio Nomura

License

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