blob: 54347291b5676870f523a94b057abc182dbbf6b2 [file] [log] [blame]
{
"name": "USBDeviceSwift",
"version": "1.0.0",
"summary": "USBDeviceSwift - is a wrapper for `IOKit.usb` and `IOKit.hid` written on pure Swift that allows you convenient work with USB devices.",
"description": "Working with `IOKit.usb` and `IOKit.hid` on Swift is a pain. A lot of not converted C code, pointers make your life harder.\nThis library provides basic connect/disconnect events, converted functions to send and receive requests and examples.",
"homepage": "https://github.com/Arti3DPlayer/USBDeviceSwift",
"screenshots": [
"https://github.com/Arti3DPlayer/USBDeviceSwift/raw/1.0.0/STM32DeviceExample/Media/stm32example.gif",
"https://github.com/Arti3DPlayer/USBDeviceSwift/raw/1.0.0/RaceflightControllerHIDExample/Media/rfHIDExample.gif"
],
"license": "MIT",
"authors": {
"Artem": "arti3d.artem@gmail.com"
},
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/Arti3DPlayer/USBDeviceSwift.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "3.0"
}