[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 4 / 5 / hidapi / 0.10.0 / hidapi.podspec.json
blobf93169544eb21d97d93356dbe1d11a43997e2e55
2   "name": "hidapi",
3   "version": "0.10.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.10.0"
22   },
23   "source_files": [
24     "mac/hid.c",
25     "hidapi/hidapi.h"
26   ],
27   "public_header_files": "hidapi/hidapi.h",
28   "frameworks": [
29     "IOKit",
30     "CoreFoundation",
31     "AppKit"
32   ]