Reputation: 31
How I can use CryptoSwift to my Objective-C project?
I have an Objective-C project and want to use Encryption Library CryptoSwift for that. I have successfully used the single Swift file into my Objective-C project, but how to use a Swift project as subproject to the parent project that was built in Objective-C.
I tried to use Cocoa pod too but to no avail.
Upvotes: 2
Views: 1055