Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilNatonek committed Sep 27, 2023
1 parent 705c731 commit f40008f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MultiplatformBleAdapter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "MultiplatformBleAdapter"
spec.version = "2.0.0"
spec.version = "0.2.0"
spec.summary = "An adapter for RxBluetoothKit that exposes consist API to crossplatform libraries"

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

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

Expand Down

0 comments on commit f40008f

Please sign in to comment.