Skip to content

Commit 7d93b43

Browse files
vitalysQbicz
authored andcommitted
Fixed tag name for hidapi releases
1 parent d64f6c6 commit 7d93b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/hidapi.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Pod::Spec.new do |spec|
2020
spec.platform = :osx
2121
spec.osx.deployment_target = "10.7"
2222

23-
spec.source = { :git => "https://github.com/libusb/hidapi.git", :tag => "#{spec.version}" }
23+
spec.source = { :git => "https://github.com/libusb/hidapi.git", :tag => "hidapi-#{spec.version}" }
2424

2525
spec.source_files = "mac/hid.c", "hidapi/hidapi.h"
2626

0 commit comments

Comments
 (0)