SwiftyRSA icon indicating copy to clipboard operation
SwiftyRSA copied to clipboard

Document how to import headers

Open c100k opened this issue 2 years ago • 0 comments

Hello,

First, thanks for the hard work done on this lib ! Here is the thing :

I'm importing this lib in the Podfile with s.dependency 'SwiftyRSA/ObjC', '1.7.0'.

When adding the header #import <SwiftyRSA/SwiftyRSA.h> in my .m file, Xcode complains that SwiftyRSA does not exist when using it.

How to import the correct header ? Which one is it ? None of the headers present in the Pods folder work.

It would be cool to add a small line in the README.md on how to import for each language (Swift and ObjectiveC) ;)

c100k avatar May 17 '23 11:05 c100k