github.com/Zewo/COpenSSL

OpenSSL system module package


License
MIT

Documentation

COpenSSL

Swift 2.2 Platforms Linux License MIT Slack Status

OpenSSL for Swift 2.2.

Installation

  • Install libssl-dev
$ apt-get install libssl-dev
  • Add COpenSSL to your Package.swift
import PackageDescription

let package = Package(
    dependencies: [
        .Package(url: "https://github.com/Zewo/COpenSSL.git", majorVersion: 0, minor: 1)
    ]
)

Community

Slack

Join us on Slack.

License

COpenSSL is released under the MIT license. See LICENSE for details.