EHFAuthenticator-Touch-ID
EHFAuthenticator-Touch-ID copied to clipboard
cocoapods only pulls ObjC files
Dear Christopher Truman,
thank you for your work.
Basically, I want to use your code in my swift project and import it via cocoapods.
Unfortunately, no matter what, pod install/updates only pull the ObjC classes into the workspace, not the swift file, I would expect for
pod 'EHFAuthenticator-Touch-ID', '0.0.4'
I think, this is related to the s.default_subspec in your podspec, but I am not quite sure.
Can you help me out?
Kind regards, Tobias.
@Lepidopteron if you want to use the Swift code, you can specify the swift subspec like this: pod 'EHFAuthenticator-Touch-ID/Swift', '0.0.4'