[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / a / USBDeviceSwift / 0.0.1 / USBDeviceSwift.podspec.json
blob856aa4cf0bd03dbe93aa29af33fcb1e5bc9397a4
2   "name": "USBDeviceSwift",
3   "version": "0.0.1",
4   "summary": "USBDeviceSwift - is a wrapper for IOKit.usb written on pure Swift that allows you convenient work with USB devices.",
5   "description": "Working with IOKit.usb 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   "license": "MIT",
8   "authors": {
9     "Artem": "arti3d.artem@gmail.com"
10   },
11   "platforms": {
12     "osx": "10.10"
13   },
14   "source": {
15     "git": "https://github.com/Arti3DPlayer/USBDeviceSwift.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "Sources/**/*",
19   "pushed_with_swift_version": "3.0"