File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 11Pod ::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
You can’t perform that action at this time.
0 commit comments