2 "name": "USBDeviceSwift",
4 "summary": "USBDeviceSwift - is a wrapper for `IOKit` written on pure Swift that allows you convenient work with USB devices.",
5 "swift_version": "4.0",
6 "description": "Working with `IOKit.usb` and `IOKit.hid` and `IOKit.serial` 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.",
7 "homepage": "https://github.com/Arti3DPlayer/USBDeviceSwift",
9 "https://github.com/Arti3DPlayer/USBDeviceSwift/raw/1.0.0/STM32DeviceExample/Media/stm32example.gif",
10 "https://github.com/Arti3DPlayer/USBDeviceSwift/raw/1.0.0/RaceflightControllerHIDExample/Media/rfHIDExample.gif"
14 "Artem": "arti3d.artem@gmail.com"
20 "git": "https://github.com/Arti3DPlayer/USBDeviceSwift.git",
23 "source_files": "Sources/**/*",
24 "pod_target_xcconfig": {
25 "SWIFT_VERSION": "4.0"