Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 809 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 809 Bytes

GSLCrypto

Build Status

GSLCrypto is a simple Objective-C digest library for iOS, macOS, watchOS and tvOS, which is based on the libSystem Common Crypto library.

Requirements

  • Xcode 12.0 or later
  • Base SDK: iOS 14.0 / macOS 10.15 / watchOS 7.0 / tvOS 14.0 or later
  • Deployment Target: iOS 6.0 / OS X 10.6 / watchOS 2.0 / tvOS 9.0 or later

Installation

CocoaPods

Add the pod to your Podfile:

# ...

pod 'GSLCrypto'

Install the pod:

$ pod install

Source

Check out the source:

$ git clone https://github.com/GyazSquare/GSLCrypto.git

License

This software is licensed under the MIT License.

See the LICENSE file for details.