jackkwong / Base32

Base32 for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Base32 for Swift on OS X and iOS

MIT License Carthage compatible CI Status

Base32 is a Base32 implementation for Swift.

Note

*Everthing is identical to the original project, except the slight modification to the bundle identifier, which is done to address the code signing error App installation failed - This application’s bundle identifier does not match its code signing identifier. when deploying on iphone (real device)

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 "jackkwong/Base32"

Author

Norio Nomura

License

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

About

Base32 for Swift

License:MIT License


Languages

Language:Swift 98.3%Language:Ruby 1.7%