Skip to content

Commit f40008f

Browse files
committed
Version bump
1 parent 705c731 commit f40008f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MultiplatformBleAdapter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "MultiplatformBleAdapter"
3-
spec.version = "2.0.0"
3+
spec.version = "0.2.0"
44
spec.summary = "An adapter for RxBluetoothKit that exposes consist API to crossplatform libraries"
55

66
spec.description = <<-DESC
@@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
1313
spec.social_media_url = "https://twitter.com/polidea"
1414

1515
spec.platform = :ios
16-
spec.ios.deployment_target = "8.0"
16+
spec.ios.deployment_target = "11.0"
1717
spec.swift_versions = ['4.0', '4.2', '5.0']
1818
spec.source = { :git => "https://github.com/Polidea/MultiPlatformBleAdapter.git", :tag => "#{spec.version}" }
1919

0 commit comments

Comments
 (0)