Skip to content

A Swift package manager module wrapper for CommonCrypto

Notifications You must be signed in to change notification settings

jernejstrasner/CCommonCrypto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCommonCrypto

This is a CommonCrypto SPM (Swift Package Manager) Package that allows for linking to CommonCrypto. It contains a modulemap file and CommonCrypto headers. The latter is because the headers are not available in a general path – instead they are part of the Xcode bundle and thus not very portable.

Usage

let package = Package(
    name: "YourPackage",
    dependencies: [
        .package(url: "https://github.com/jernejstrasner/CCommonCrypto.git", .branch("master"))
    ],
    targets: [...]
)

About

A Swift package manager module wrapper for CommonCrypto

Resources

Stars

Watchers

Forks

Packages

No packages published