forked from Polidea/RxBluetoothKit
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from Airthings/dev/Version-6.1.0
Version 6.1.0
- Loading branch information
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
|