Skip to content

Commit

Permalink
Merge pull request #2 from Airthings/dev/Version-6.1.0
Browse files Browse the repository at this point in the history
Version 6.1.0
  • Loading branch information
chamira-at authored Jan 3, 2022
2 parents 3a50c3f + 3bcd004 commit 4db131e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 6.1.0
- Added support for iOS 15/Xcode 13.

# 6.0.0
- Increased deployment target for iOS to 9.0 and for osx to 10.13 (#379, #380)
- Added support for observing ancsAuthorized property on peripheral. (#370)
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import PackageDescription

let package = Package(
name: "RxBluetoothKit",
name: "RxBluetoothKit_Airthings",
platforms: [
.macOS(.v10_13), .iOS(.v9), .tvOS(.v11), .watchOS(.v4)
],
Expand Down
12 changes: 8 additions & 4 deletions RxBluetoothKit.podspec
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
Pod::Spec.new do |s|
s.name = "RxBluetoothKit"
s.version = "6.0.0"
s.name = "RxBluetoothKit_Airthings"
s.version = "6.1.0"
s.summary = "Bluetooth library for RxSwift"

s.description = <<-DESC
RxBluetoothKit is lightweight and easy to use Rx support for CoreBluetooth.
RxBluetoothKit is lightweight and easy to use Rx support for CoreBluetooth.
RxBluetoothKit was developed by developers at Polidea and they were acquired [Info](https://pl.linkedin.com/company/polidea)
The developers cannot involve with this project anymore therefore, Airthings ASA forked and maintain this project to support the latest iOS releases.
DESC

s.homepage = "https://github.com/polidea/RxBluetoothKit"
s.license = 'Apache License, Version 2.0.'
s.author = { "Przemysław Lenart" => "[email protected]", "Kacper Harasim" => "[email protected]", "Michał Laskowski" => "[email protected]", "Paweł Janeczek" => "[email protected]", "Bartosz Stelmaszuk" => "[email protected]" }
s.source = { :git => "https://github.com/polidea/RxBluetoothKit.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/Airthings/RxBluetoothKit.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/polidea'

s.ios.deployment_target = '9.0'
Expand Down

0 comments on commit 4db131e

Please sign in to comment.