Sin descripción

Norio Nomura 0b93fccce3 Merge pull request #60 from Gofake1/dangling-pointer hace 4 años
.github eeda3caba8 [GitHub Actions] Update Xcode and macOS version hace 5 años
Base32.xcodeproj 69fc95dd2e Release 0.8.0 hace 5 años
Sources b0d94e55c6 Fix dangling pointer warnings hace 5 años
Tests 8cc406ab18 Drop Swift 3.x hace 7 años
.gitignore 6fc9f1fb1b Remove Base32.xcodeproj and add Swift Package Manager support hace 9 años
.gitmodules f2e319de99 Remove xcconfigs hace 9 años
LICENSE 2163ee2f29 Initial Commit hace 10 años
Package.swift d82019f517 Drop Swift 4.1 hace 5 años
README.md 69fc95dd2e Release 0.8.0 hace 5 años
SwiftBase32.podspec 69fc95dd2e Release 0.8.0 hace 5 años

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 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.8.0'

Author

Norio Nomura

License

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