Skip to content

Commit 28ca480

Browse files
committed
Allow to use prebuilt binaries with Carthage
1 parent 0b1d05d commit 28ca480

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

OpenSSL.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"1.1.1100": "https://github.com/krzyzanowskim/OpenSSL/releases/download/1.1.1100/OpenSSL.xcframework.zip",
3+
"1.1.180": "https://github.com/krzyzanowskim/OpenSSL/releases/download/1.1.180/OpenSSL.xcframework.zip"
4+
}

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,18 @@ pod 'OpenSSL-Universal'
6060

6161
### Carthage
6262

63+
* If building from source is preferred:
64+
6365
```
6466
github "krzyzanowskim/OpenSSL"
6567
```
6668

69+
* If using a prebuilt framework is preferred:
70+
71+
```
72+
binary "https://raw.githubusercontent.com/krzyzanowskim/OpenSSL/master/OpenSSL.json"
73+
```
74+
6775
### Authors
6876

6977
[Marcin Krzyżanowski](https://twitter.com/krzyzanowskim)

0 commit comments

Comments
 (0)