[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 4 / 5 / hidapi / 0.13.0 / hidapi.podspec.json
blobd73d31d132385ea99f3b03655e60e44650affada
2   "name": "hidapi",
3   "version": "0.13.0",
4   "summary": "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows.",
5   "description": "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.",
6   "homepage": "https://github.com/libusb/hidapi",
7   "license": {
8     "type": "GNU GPLv3 or BSD or HIDAPI original",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Alan Ott": "alan@signal11.us",
13     "Ludovic Rousseau": "rousseau@debian.org",
14     "libusb/hidapi Team": "https://github.com/libusb/hidapi/blob/master/AUTHORS.txt"
15   },
16   "platforms": {
17     "osx": "10.7"
18   },
19   "source": {
20     "git": "https://github.com/libusb/hidapi.git",
21     "tag": "hidapi-0.13.0"
22   },
23   "source_files": [
24     "mac/hid.c",
25     "hidapi/hidapi.h",
26     "mac/hidapi_darwin.h"
27   ],
28   "public_header_files": [
29     "hidapi/hidapi.h",
30     "mac/hidapi_darwin.h"
31   ],
32   "frameworks": [
33     "IOKit",
34     "CoreFoundation",
35     "AppKit"
36   ]