mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-18 02:25:16 -04:00
Read podspec version from VERSION file (#205)
* Read podspec version from VERSION file * Add AppKit dependency into podspec
This commit is contained in:
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
||||
Pod::Spec.new do |spec|
|
||||
|
||||
spec.name = "hidapi"
|
||||
spec.version = "<fill me up from VERSION file, before submit>"
|
||||
spec.version = File.read('../VERSION')
|
||||
spec.summary = "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows."
|
||||
|
||||
spec.description = <<-DESC
|
||||
@@ -26,6 +26,6 @@ Pod::Spec.new do |spec|
|
||||
|
||||
spec.public_header_files = "hidapi/hidapi.h"
|
||||
|
||||
spec.frameworks = "IOKit", "CoreFoundation"
|
||||
spec.frameworks = "IOKit", "CoreFoundation", "AppKit"
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user