We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705c731 commit f40008fCopy full SHA for f40008f
MultiplatformBleAdapter.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "MultiplatformBleAdapter"
3
- spec.version = "2.0.0"
+ spec.version = "0.2.0"
4
spec.summary = "An adapter for RxBluetoothKit that exposes consist API to crossplatform libraries"
5
6
spec.description = <<-DESC
@@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
13
spec.social_media_url = "https://twitter.com/polidea"
14
15
spec.platform = :ios
16
- spec.ios.deployment_target = "8.0"
+ spec.ios.deployment_target = "11.0"
17
spec.swift_versions = ['4.0', '4.2', '5.0']
18
spec.source = { :git => "https://github.com/Polidea/MultiPlatformBleAdapter.git", :tag => "#{spec.version}" }
19
0 commit comments