Refactor BLE plugin structure and rename to 'ble' for consistency across platforms
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'ble'
|
||||
s.version = '0.1.0'
|
||||
s.summary = 'BLE GATT-server peripheral host for the DALI relay feature.'
|
||||
s.description = <<-DESC
|
||||
Flutter plugin that exposes a BLE relay host API for DALI Toolkit.
|
||||
On iOS the current implementation is a stub that reports unsupported.
|
||||
DESC
|
||||
s.homepage = 'https://github.com/tonylu00/DALI-Toolkit'
|
||||
s.license = { :type => 'Proprietary' }
|
||||
s.author = { 'DALI Toolkit' => 'noreply@example.com' }
|
||||
s.source = { :path => '.' }
|
||||
s.source_files = 'Classes/**/*'
|
||||
s.dependency 'Flutter'
|
||||
|
||||
s.platform = :ios, '12.0'
|
||||
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
|
||||
s.swift_version = '5.0'
|
||||
end
|
||||
Reference in New Issue
Block a user