Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 720 Bytes

File metadata and controls

23 lines (15 loc) · 720 Bytes

Trikot.bluetooth swift extensions

Installation

To use Trikot.bluetooth with iOS, you must export bluetooth module in your exported framework. See Trikot.patron build.gradle file for a sample use case.

Setup Pod dependency
  ENV['TRIKOT_FRAMEWORK_NAME']='ReplaceMeByTheFrameworkNameImportedByCocoaPods'
  pod 'Trikot/bluetooth', :git => 'https://github.com/mirego/trikot.git', :tag => properties['trikot_version']

Then, run pod install.

Usage

    import Trikot

    // in application didFinishLaunchingWithOptions
    BluetoothConfiguration().bluetoothManager = TrikotBluetoothManager()