Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate OpenSSL-Framework in favor of OpenSSL-for-iOS. #13104

Merged
merged 1 commit into from May 5, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -14,6 +14,7 @@
"summary": "OpenSSL as an iOS Framework",
"description": " The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source\n toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a\n full-strength general purpose cryptography library.\n\n This CocoaPod provides OpenSSL as an iOS framework. It uses the OpenSSL-for-iOS scripts from Felix Schulze to\n compile OpenSSL.\n",
"requires_arc": false,
"deprecated_in_favor_of": "OpenSSL-for-iOS",
"platforms": {
"ios": "8.0"
},
Expand Down
Expand Up @@ -13,6 +13,7 @@
"summary": "OpenSSL as an iOS Framework",
"description": " The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source\n toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a\n full-strength general purpose cryptography library.\n\n This CocoaPod provides OpenSSL as an iOS framework. It uses the OpenSSL-for-iOS scripts from Felix Schulze to\n compile OpenSSL.\n",
"requires_arc": false,
"deprecated_in_favor_of": "OpenSSL-for-iOS",
"platforms": {
"ios": "8.0"
},
Expand Down
Expand Up @@ -14,6 +14,7 @@
"summary": "OpenSSL as an iOS Framework",
"description": " The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source\n toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a\n full-strength general purpose cryptography library.\n\n This CocoaPod provides OpenSSL as an iOS framework. It uses the OpenSSL-for-iOS scripts from Felix Schulze to\n compile OpenSSL.\n\n Because OpenSSL's version numbers are not compatible with the CocoaPods version numbering, we use the following\n numbering scheme (courtesy of FredericJacobs):\n\n OpenSSL version: A.B.CD will become A.B.C*100 + place of D in the alphabeth.\n\n Example: OpenSSL 1.0.2a => OpenSSL 1.0.201\n",
"requires_arc": false,
"deprecated_in_favor_of": "OpenSSL-for-iOS",
"platforms": {
"ios": "8.0"
},
Expand Down
Expand Up @@ -13,6 +13,7 @@
"summary": "OpenSSL as an iOS Framework",
"description": " The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source\n toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS) protocols as well as a\n full-strength general purpose cryptography library.\n\n This CocoaPod provides OpenSSL as an iOS framework. It uses the OpenSSL-for-iOS scripts from Felix Schulze to\n compile OpenSSL.\n",
"requires_arc": false,
"deprecated_in_favor_of": "OpenSSL-for-iOS",
"platforms": {
"ios": "8.0"
},
Expand Down