Skip to content

Commit

Permalink
redundant tvOs
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilNatonek committed Nov 12, 2023
1 parent 715dce6 commit d1cffc5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions MultiplatformBleAdapter.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Pod::Spec.new do |spec|
spec.name = "MultiplatformBleAdapter"
spec.version = "0.2.0"
spec.summary = "An adapter for RxBluetoothKit that exposes consist API to crossplatform libraries"
spec.summary = "An adapter for RxBluetoothKit that exposes consistent API to cross-platform libraries"

spec.description = <<-DESC
An adapter for RxBluetoothKit that exposes consist API to crossplatform libraries
DESC
An adapter for RxBluetoothKit that exposes consistent API to cross-platform libraries
DESC

spec.homepage = "https://github.com/Polidea/MultiPlatformBleAdapter"
spec.license = "Apache License, Version 2.0."
spec.author = { "Michał Tuszyński" => "[email protected]", "Kamil Natonek" => "[email protected]" }
spec.social_media_url = "https://withintent.com"
spec.author = { "Michał Tuszyński" => "[email protected]", "Kamil Natonek" => "[email protected]" }
spec.social_media_url = "https://withintent.com"

spec.platforms = { :ios => '11.0', :tvos => '11.0' }
spec.platforms = { :ios => '11.0' }

spec.swift_versions = ['4.0', '4.2', '5.0']
spec.source = { :git => "https://github.com/dotintent/MultiPlatformBleAdapter.git", :tag => "#{spec.version}" }
Expand All @@ -23,5 +23,4 @@ Pod::Spec.new do |spec|
spec.frameworks = 'CoreBluetooth'

spec.requires_arc = true

end
end

0 comments on commit d1cffc5

Please sign in to comment.