hohl / MIHCrypto

OpenSSL wrapper for Objective-C [cryptography]
MIT License
340 stars 68 forks source link

cannot find the newest version(0.5.0) in pod #62

Closed zty0 closed 4 years ago

zty0 commented 4 years ago

@hohl hello, do you forget to publish the newest version of this library to center repo of cocoapods?

hohl commented 4 years ago

No, I did not forget to upload it there. But uploading it in its current form is not possible, as (since changes in CocoaPods 1.0) the linting of the library fails and I (and some supporters) could not figure out a way to get it linited while still relying on the OpenSSL library as a dependency.

Best way to use the library right now is to load it directly from this repo and fix to the tag of the specific release:

pod 'MIHCrypto', :git => 'https://github.com/hohl/MIHCrypto.git', :tag => '0.5.0'
zty0 commented 4 years ago

oh, Ok. that's unfortunate. I'll load it directly from this repo, thanks.