From 30f41c02aec763d32e62351452da9ef582bc3472 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Fri, 6 Mar 2026 13:30:59 -0800 Subject: Move contrib libraries to contrib repo --- contrib/SDL-3.2.8/src/hidapi/dist/hidapi.podspec | 31 ------------------------ 1 file changed, 31 deletions(-) delete mode 100644 contrib/SDL-3.2.8/src/hidapi/dist/hidapi.podspec (limited to 'contrib/SDL-3.2.8/src/hidapi/dist') diff --git a/contrib/SDL-3.2.8/src/hidapi/dist/hidapi.podspec b/contrib/SDL-3.2.8/src/hidapi/dist/hidapi.podspec deleted file mode 100644 index 8588514..0000000 --- a/contrib/SDL-3.2.8/src/hidapi/dist/hidapi.podspec +++ /dev/null @@ -1,31 +0,0 @@ -Pod::Spec.new do |spec| - - spec.name = "hidapi" - 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 - HIDAPI is a multi-platform library which allows an application to interface with USB and Bluetooth HID-Class devices on Windows, Linux, FreeBSD, and macOS. HIDAPI can be either built as a shared library (.so, .dll or .dylib) or can be embedded directly into a target application by adding a single source file (per platform) and a single header. - DESC - - spec.homepage = "https://github.com/libusb/hidapi" - - spec.license = { :type=> "GNU GPLv3 or BSD or HIDAPI original", :file => "LICENSE.txt" } - - spec.authors = { "Alan Ott" => "alan@signal11.us", - "Ludovic Rousseau" => "rousseau@debian.org", - "libusb/hidapi Team" => "https://github.com/libusb/hidapi/blob/master/AUTHORS.txt", - } - - spec.platform = :osx - spec.osx.deployment_target = "10.7" - - spec.source = { :git => "https://github.com/libusb/hidapi.git", :tag => "hidapi-#{spec.version}" } - - spec.source_files = "mac/hid.c", "hidapi/hidapi.h", "mac/hidapi_darwin.h" - - spec.public_header_files = "hidapi/hidapi.h", "mac/hidapi_darwin.h" - - spec.frameworks = "IOKit", "CoreFoundation" - -end -- cgit v1.2.3