krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
907 stars 334 forks source link

Version 1.1.200 not visible in cocoapods #166

Closed kivu closed 1 year ago

kivu commented 1 year ago

Hi @krzyzanowskim

When I'm trying to install OpenSSL dependency with: pod 'OpenSSL-Universal' cocoapods fetch only version 1.1.900. When I tried to set version manually in my podspec file: ss.dependency 'OpenSSL-Universal', '1.1.2000' I got an error: Specs satisfying the OpenSSL-Universal (= 1.1.1900), OpenSSL-Universal (= 1.1.2000) dependency were found, but they required a higher minimum deployment target. even if deployment target is set to iOS 16.

I checked release list here: https://github.com/CocoaPods/Specs/tree/master/Specs/e/d/6/OpenSSL-Universal and it seems like version 1.1.2000 hasn't been released there - do you think this might be a problem or something else has to be configured to install version 1.1.2000 ?

krzyzanowskim commented 1 year ago

thx. Pushed.