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

Unintuitive import syntax when using as dynamic framework #15

Closed
erikackermann opened this issue Oct 6, 2015 · 2 comments
Closed

Unintuitive import syntax when using as dynamic framework #15

erikackermann opened this issue Oct 6, 2015 · 2 comments

Comments

@erikackermann
Copy link
Contributor

Because of the - character in this cocoapod's name, the generated framework is named zxcvbn_ios. The required import to use this pod is then:

#import <zxcvbn_ios/DBZxcvbn.h>

Would be nice if this were documented somewhere (or if the name matched convention: <zxcvbn/zxcvbn.h>).

@mittenimraum
Copy link

Yes, that would be nice.

@leah
Copy link
Collaborator

leah commented Apr 27, 2016

I've updated the README to include the import which now looks like #import <Zxcvbn/DBZxcvbn.h>. I'm open to nicer formats, so pull requests welcome!

@leah leah closed this as completed Apr 27, 2016
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

3 participants