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 302d1f2 commit 8ed3685Copy full SHA for 8ed3685
dist/hidapi.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |spec|
2
3
spec.name = "hidapi"
4
- spec.version = "<fill me up from VERSION file, before submit>"
+ spec.version = File.read('../VERSION')
5
spec.summary = "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows."
6
7
spec.description = <<-DESC
@@ -26,6 +26,6 @@ Pod::Spec.new do |spec|
26
27
spec.public_header_files = "hidapi/hidapi.h"
28
29
- spec.frameworks = "IOKit", "CoreFoundation"
+ spec.frameworks = "IOKit", "CoreFoundation", "AppKit"
30
31
end
0 commit comments