We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace1e9a commit 59e84caCopy full SHA for 59e84ca
dist/hidapi.podspec
@@ -22,9 +22,9 @@ Pod::Spec.new do |spec|
22
23
spec.source = { :git => "https://github.com/libusb/hidapi.git", :tag => "hidapi-#{spec.version}" }
24
25
- spec.source_files = "mac/hid.c", "hidapi/hidapi.h"
+ spec.source_files = "mac/hid.c", "hidapi/hidapi.h", "mac/hidapi_darwin.h"
26
27
- spec.public_header_files = "hidapi/hidapi.h"
+ spec.public_header_files = "hidapi/hidapi.h", "mac/hidapi_darwin.h"
28
29
spec.frameworks = "IOKit", "CoreFoundation", "AppKit"
30
0 commit comments