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 d64f6c6 commit 7d93b43Copy full SHA for 7d93b43
dist/hidapi.podspec
@@ -20,7 +20,7 @@ Pod::Spec.new do |spec|
20
spec.platform = :osx
21
spec.osx.deployment_target = "10.7"
22
23
- spec.source = { :git => "https://github.com/libusb/hidapi.git", :tag => "#{spec.version}" }
+ spec.source = { :git => "https://github.com/libusb/hidapi.git", :tag => "hidapi-#{spec.version}" }
24
25
spec.source_files = "mac/hid.c", "hidapi/hidapi.h"
26
0 commit comments