Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
/ OpenSSL-Pod Public archive
forked from wzbozon/OpenSSL-Pod

OpenSSL's Cocoapod

License

Notifications You must be signed in to change notification settings

teamsnap/OpenSSL-Pod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSSL-Pod

Version numbering

Because OpenSSL's version numbers are not compatible with the CocoaPods version numbering, we will agree on the following.

OpenSSL version: A.B.CD will become A.B.C*100 + place of D in the alphabet (indexed by 1).

Example: OpenSSL 1.0.1h => OpenSSL 1.0.108

Keeping the pod up-to-date

Update the podspec to reference the latest 1.0.* tarball and sha256 checksum from https://www.openssl.org/source/

note the 1.1.* series has some changes that aren't compatible with our existing build script.

note Most cocoapods podspecs reside within the same repository as the source that they build. The source option in your podspec references an external source location; However, using source doesn't play nicely with development pods or referencing a pod via git URL.

Packages

No packages published

Languages

  • Ruby 100.0%