Skip to content

ZewoGraveyard/COpenSSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COpenSSL

Platform License Slack

COpenSSL provides OpenSSL for Swift.

Installation

Linux

sudo apt-get install libssl-dev

macOS

brew install 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: 15)
	]
)

Community

Slack

We have an amazing community of open and welcoming developers. Join us on Slack to get to know us!

License

All Zewo modules are released under the MIT license. See LICENSE for details.