[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / f / 0 / a / USBDeviceSwift / 1.0.1 / USBDeviceSwift.podspec.json
blobb2ad9cf8e6ad4ccb0e4ac04b2bff062f1aeb9594
2   "name": "USBDeviceSwift",
3   "version": "1.0.1",
4   "summary": "USBDeviceSwift - is a wrapper for `IOKit.usb` and `IOKit.hid` written on pure Swift that allows you convenient work with USB devices.",
5   "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.",
6   "homepage": "https://github.com/Arti3DPlayer/USBDeviceSwift",
7   "screenshots": [
8     "https://github.com/Arti3DPlayer/USBDeviceSwift/raw/1.0.0/STM32DeviceExample/Media/stm32example.gif",
9     "https://github.com/Arti3DPlayer/USBDeviceSwift/raw/1.0.0/RaceflightControllerHIDExample/Media/rfHIDExample.gif"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Artem": "arti3d.artem@gmail.com"
14   },
15   "platforms": {
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/Arti3DPlayer/USBDeviceSwift.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "Sources/**/*",
23   "pushed_with_swift_version": "3.0"