Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Commit

Permalink
1.0.215(1.0.2o)
Browse files Browse the repository at this point in the history
  • Loading branch information
BB9z committed Jun 18, 2018
1 parent 3b2af02 commit 0acf2ae
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ TLS/SSL and crypto library
| ---------------- | ----- | --------------------- | ---- | ------- | ---- | ----- | ------- |
| 1.1.008 (1.1.0h) | 9.4 | iOS 11.4 | >8.0 | NA | >9.0 | NA ||
| 1.1.007 (1.1.0g) | 9.2 | iOS 11.2 | >8.0 | NA | >9.0 | NA ||
| 1.0.215 (1.0.2o) | 9.4.1 | iOS 11.4 | >8.0 | NA | >9.0 | NA ||
| 1.0.214 (1.0.2n) | 9.4.1 | iOS 11.4 | >8.0 | NA | >9.0 | NA ||
| 1.0.212 (1.0.2l) | 9.2 | iOS 11.2 | >8.0 | NA | >9.0 | NA ||

Expand Down
54 changes: 54 additions & 0 deletions Specs/openssl/1.0.215/openssl.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"name": "openssl",
"version": "1.0.215",
"summary": "TLS/SSL and crypto library",
"homepage": "https://www.openssl.org",
"license": {
"type": "Copyright",
"text": "https://github.com/openssl/openssl/blob/master/LICENSE"
},
"authors": [
"Andy Polyakov",
"Ben Laurie",
"Bodo Möller",
"Emilia Käsper",
"Eric Young",
"Geoff Thorpe",
"Holger Reif",
"Kurt Roeckx",
"Lutz Jänicke",
"Mark J. Cox",
"Matt Caswell",
"Nils Larsch",
"Paul C. Sutton",
"Ralf S. Engelschall",
"Rich Salz",
"Richard Levitte",
"Stephen Henson",
"Steve Marquess",
"Tim Hudson",
"Ulf Möller",
"Viktor Dukhovni"
],
"source": {
"http": "https://github.com/PBPods/PBOpenSSL/releases/download/1.0.2o/OpenSSL_1.0.2o.zip",
"sha1": "1e3c712c7764a83e6a66d619680b82fd7dc8a44f"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "include/**/*.h",
"ios": {
"vendored_libraries": [
"lib/libcrypto.a",
"lib/libssl.a"
]
},
"tvos": {
"vendored_libraries": [
"lib/libcrypto-tvOS.a",
"lib/libssl-tvOS.a"
]
}
}

0 comments on commit 0acf2ae

Please sign in to comment.