We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b1d05d commit 28ca480Copy full SHA for 28ca480
OpenSSL.json
@@ -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
@@ -60,10 +60,18 @@ pod 'OpenSSL-Universal'
60
61
### Carthage
62
63
+* If building from source is preferred:
64
+
65
```
66
github "krzyzanowskim/OpenSSL"
67
68
69
+* If using a prebuilt framework is preferred:
70
71
+```
72
+binary "https://raw.githubusercontent.com/krzyzanowskim/OpenSSL/master/OpenSSL.json"
73
74
75
### Authors
76
77
[Marcin Krzyżanowski](https://twitter.com/krzyzanowskim)
0 commit comments