Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cocoa pods support #7

Open
lmsmartins opened this issue Jan 19, 2017 · 3 comments
Open

Cocoa pods support #7

lmsmartins opened this issue Jan 19, 2017 · 3 comments

Comments

@lmsmartins
Copy link

Cocoa pods support

@Sjors
Copy link
Contributor

Sjors commented Jan 19, 2017

That would be great, see also CryptoCoinSwift/CryptoCoinFramework#4

Are you using SHA256-Swift directly or do you use the entire Crypto Coin framework?

@lmsmartins
Copy link
Author

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.

@Sjors
Copy link
Contributor

Sjors commented Jan 20, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants