Arti3DPlayer / USBDeviceSwift

wrapper for IOKit.usb and IOKit.hid written on pure Swift that allows you convenient work with USB devices
MIT License
290 stars 55 forks source link

HID support missing in Cocoa Pod #2

Closed gnichs closed 6 years ago

gnichs commented 6 years ago

Hi @Arti3DPlayer,

It seems that support for HID device communication isn't included in the Cocoa Pods USBDeviceSwift package. Looking in my Pods folder, I can see the USBDevice struct and the USBDeviceMonitor class, but I don't see the HIDDevice struct or HIDDeviceMonitor class or the others referenced in your examples and documentation. When trying to follow the HID example from your documentation, I receive unresolved identifier errors.

screen shot 2017-08-03 at 10 17 42 am

gnichs commented 6 years ago

Solved by changing Podfile reference from

'USBDeviceSwift'

to

'USBDeviceSwift', '~>1.0.0'
Arti3DPlayer commented 6 years ago

@gnichs thnaks, i will update master