Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Latest commit

 

History

History
28 lines (16 loc) · 1006 Bytes

Readme.markdown

File metadata and controls

28 lines (16 loc) · 1006 Bytes

CommonCrypto

Version Carthage compatible

Simple CommonCrypto wrapper for Swift for macOS, iOS, watchOS, and tvOS with Carthage support. For additional crypto helpers, see Crypto.

Released under the MIT license. Enjoy.

Installation

Carthage is the recommended way to install Crypto. Add the following to your Cartfile:

github "soffes/CommonCrypto"

Usage

You can't directly use CommonCrypto in Swift since Apple doesn't define a module for it. This library includes frameworks for each platform that wraps the C library. This makes importing it into Swift as simple as

import CommonCrypto

Enjoy.