Fixed tag name for hidapi releases

This commit is contained in:
Vitaly Samoylik
2019-10-04 23:29:23 +03:00
committed by Filip Kubicz
parent d64f6c6a16
commit 7d93b430a9

2
dist/hidapi.podspec vendored
View File

@@ -20,7 +20,7 @@ Pod::Spec.new do |spec|
spec.platform = :osx
spec.osx.deployment_target = "10.7"
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}" }
spec.source_files = "mac/hid.c", "hidapi/hidapi.h"