Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.07 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.07 KB

COpenSSL

Swift 3.0 Platforms Linux License MIT Slack Status

OpenSSL for Swift 3.0.

Installation

Linux

sudo apt-get install libssl-dev

OS X

brew install openssl
brew link --force openssl

Usage

  • Add COpenSSL to your Package.swift
import PackageDescription

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

Community

Slack

Join us on Slack.

License

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