| lib-ios | ||
| lib-macos | ||
| OpenSSL-iOS | ||
| OpenSSL-macOS | ||
| OpenSSL-Universal.xcworkspace | ||
| .gitignore | ||
| build.sh | ||
| GRKOpenSSLFramework.podspec | ||
| LICENSE.txt | ||
| openssl-1.0.1t.tar.gz | ||
| README.md | ||
GRKOpenSSLFramework
OpenSSL CocoaPod which vends pre-built frameworks for iOS and OSX.
Notice
This is merely a wrapper which builds off of work done by others. The original comes from https://github.com/krzyzanowskim/OpenSSL and includes work done by @jcavar to build proper frameworks. I have repackaged that work as a CocoaPod such that OpenSSL can be used by macOS and iOS projects requiring frameworks.
Please see the Reference section below for more details.
Installing
Simply add GRKOpenSSLFramework to your podfile:
pod 'GRKOpenSSLFramework'
Building
While the repository does contain the pre-built frameworks, if you want to re-build them:
iOS
- Open in Xcode: OpenSSL/OpenSSL-iOS/OpenSSL-iOS.xcodeproj
- build
- Result is located: OpenSSL/OpenSSL-iOS/bin/openssl.framework
macOS
- Open in Xcode: OpenSSL/OpenSSL-macOS/OpenSSL-macOS.xcodeproj
- build
- Result is located: OpenSSL/OpenSSL-macOS/bin/openssl.framework
Reference
https://github.com/krzyzanowskim/OpenSSL/issues/9
https://github.com/krzyzanowskim/OpenSSL/pull/27
https://github.com/jcavar/OpenSSL
https://pewpewthespells.com/blog/convert_static_to_dynamic.html
Licence
This work is licensed under the OpenSSL (OpenSSL/SSLeay) License. Please see the included LICENSE.txt for complete details.
About
A professional iOS engineer by day, my name is Levi Brown. Authoring a blog grokin.gs, I am reachable via:
Twitter @levigroker
Email levigroker@gmail.com
Your constructive comments and feedback are always welcome.