CCommonCrypto

1.1.0

A Swift package manager module wrapper for CommonCrypto
jernejstrasner/CCommonCrypto

What's New

2018-03-24T22:40:06Z

First production-ready release!

What's new?

  • the headers are now bundled in the package so it doesn't matter where on your system they are located

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: [...]
)

Description

  • Swift Tools 4.0.0
View More Packages from this Author

Dependencies

  • None
Last updated: Tue Nov 14 2023 14:08:34 GMT-1000 (Hawaii-Aleutian Standard Time)