#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
# Run `pod lib lint seos_mobile_keys_plugin.podspec` to validate before publishing.
#
Pod::Spec.new do |s|
  s.name             = 'seos_mobile_keys_plugin'
  s.version          = '0.0.1'
  s.summary          = 'A Flutter plugin for SeosMobileKeysSDK.'
  s.description      = <<-DESC
A Flutter plugin for SeosMobileKeysSDK.
                       DESC
  s.homepage         = 'https://hidglobal.com'
  s.license          = { :file => '../LICENSE' }
  s.authors          = { 'ASSA ABLOY Mobile Services' => 'mobilekeys@assaabloy.com' }
  s.source           = { :path => '.' }
  s.source_files = 'Sources/seos_mobile_keys_plugin/**/*.swift'
  s.dependency 'Flutter'
  s.dependency 'SeosMobileKeysSDK', '10.0.0'
  s.platform = :ios, '13.0'

  # Flutter.framework does not contain a i386 slice.
  s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
  s.swift_version = '5.0'

end