Skip to content

Commit d1cffc5

Browse files
committed
redundant tvOs
1 parent 715dce6 commit d1cffc5

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

MultiplatformBleAdapter.podspec

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
Pod::Spec.new do |spec|
22
spec.name = "MultiplatformBleAdapter"
33
spec.version = "0.2.0"
4-
spec.summary = "An adapter for RxBluetoothKit that exposes consist API to crossplatform libraries"
4+
spec.summary = "An adapter for RxBluetoothKit that exposes consistent API to cross-platform libraries"
55

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

1010
spec.homepage = "https://github.com/Polidea/MultiPlatformBleAdapter"
1111
spec.license = "Apache License, Version 2.0."
12-
spec.author = { "Michał Tuszyński" => "srgtuszy@gmail.com", "Kamil Natonek" => "kamil.natonek@withintent.com" }
13-
spec.social_media_url = "https://withintent.com"
12+
spec.author = { "Michał Tuszyński" => "srgtuszy@gmail.com", "Kamil Natonek" => "kamil.natonek@withintent.com" }
13+
spec.social_media_url = "https://withintent.com"
1414

15-
spec.platforms = { :ios => '11.0', :tvos => '11.0' }
15+
spec.platforms = { :ios => '11.0' }
1616

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

2525
spec.requires_arc = true
26-
27-
end
26+
end

0 commit comments

Comments
 (0)