flowsprenger / RxLifx-Swift

RxSwift based SDK for the LIFX Lan protocol
MIT License
10 stars 5 forks source link

RxSwift Version in Podspec #22

Closed lightbow closed 5 years ago

lightbow commented 5 years ago

I noticed RxSwift was already on version 4.4.1 and there's no reason to hardcode 4.2 (or 4.4.1) in our Podspec. Changed it so that it'll follow the latest version (or whatever a client specifies in their main podfile, up to 5.0) using the optimistic operator '~>' as in https://guides.cocoapods.org/using/the-podfile.html