25519 icon indicating copy to clipboard operation
25519 copied to clipboard

Module names can't start with a number.

Open michaelkirk opened this issue 7 years ago • 0 comments

Else Cocoapods chooses the module name _25519 when use_frameworks! is enabled.

As in #import <_25519/Curve25519.h>

If you're not worried about a bigger breaking change, it probably makes sense to be consistent and rename the pod all together.

edit: More specifically, since this affects how downstream libraries will include the pod, if you want to support downstream dependencies that work as both frameworks and static libs, and not just one or the other, we should change this throughout.

michaelkirk avatar Oct 25 '16 19:10 michaelkirk