You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to use cocoa pods. I'm not using anything yet. I'm having a hard time trying to find a library for generating HMAC sha 256 and that also uses cocoa pods. Using Carthage at this point will mess up dependencies, since I already use a fair bit with cocoa pods. I think I'm just gonna to a direct bridge of the objective-c CommonCrypto library... This has been a huge hassle. Thanks.
You should not use this library for anything important; it's highly experimental. A direct bridge of the objective-c Common Crypto library is a much safer approach.
Cocoa pods support
The text was updated successfully, but these errors were encountered: