Added stop command, more @objc annotations, fixed access control
Summary
This release updates the Cocoapod with the StopCommand
so that NFC tag scanning can be stopped from the application. More annotations for Objective C projects were added and some more classes were made pubic.
Changes, improvements, and bug fixes:
- Added
StopCommand
toBasicNFC-CommandFamily
- Added
@objc
annotations to public override constructors forWriteTextNDEFCommand
- Added
@objc
annotation to class declaration ofNDEFFoundResponse
and its public override constructor - Made
TappyBleCommunicator
public as well as added@objc
annotation to itssetStatusListener
method - Added
@objc
annotation toTappyBleDeviceDefinition
- Added
@objc
annotation tostatusListener
property ofTappyBleScanner
- Added
@objc
annotations toTappySerialCommunicator
protocol