EHFAuthenticator-Touch-ID icon indicating copy to clipboard operation
EHFAuthenticator-Touch-ID copied to clipboard

cocoapods only pulls ObjC files

Open Lepidopteron opened this issue 9 years ago • 1 comments

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 avatar Jan 05 '16 13:01 Lepidopteron

@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'

jstart avatar Jan 08 '16 19:01 jstart