[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / a / USBDeviceSwift / 1.0.3 / USBDeviceSwift.podspec.json
blob51b35b87aab75c6007b957859960df189ae70396
2   "name": "USBDeviceSwift",
3   "version": "1.0.3",
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",
8   "screenshots": [
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"
11   ],
12   "license": "MIT",
13   "authors": {
14     "Artem": "arti3d.artem@gmail.com"
15   },
16   "platforms": {
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/Arti3DPlayer/USBDeviceSwift.git",
21     "tag": "1.0.3"
22   },
23   "source_files": "Sources/**/*",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "4.0"
26   }