RxSwiftCommunity / RxSwiftExt

A collection of Rx operators & tools not found in the core RxSwift distribution
MIT License
1.32k stars 213 forks source link

Update podspec for 6.1.0 #269

Closed foxware00 closed 11 months ago

foxware00 commented 2 years ago

Are we able to update the podspec to keep up-to-date with the latest release?

[!] CocoaPods could not find compatible versions for pod "RxSwiftExt":
  In Podfile:
    RxSwiftExt (~> 6.1.0)
WestFlow127 commented 2 years ago

Same

michalnowak061 commented 1 year ago

bump

YoannLth commented 1 year ago

Same for me regarding the latest update 6.2.0

As a workaround you can target a specific commit in your podfile to get the latest version: pod 'RxSwiftExt', :git => 'https://github.com/RxSwiftCommunity/RxSwiftExt', :commit => 'a8065d1'

freak4pc commented 11 months ago

See https://github.com/RxSwiftCommunity/RxSwiftExt/issues/273#issuecomment-1726826871