RxSwiftCommunity / RxSwiftExt

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

Version 6.2.1 is not available on CocoaPods yet #277

Closed khuong291 closed 11 months ago

khuong291 commented 11 months ago

Can you help to upload version 6.2.1 to CocoaPods 🙏 . It's still showing 6.0.1 which is not working on XCode 15

Screenshot 2023-09-28 at 15 40 57
nuke-dash commented 11 months ago

I use this in the podfile to work around it. pod 'RxSwiftExt', :git => 'https://github.com/RxSwiftCommunity/RxSwiftExt.git', :tag => '6.2.1'

khuong291 commented 11 months ago

I use this in the podfile to work around it. pod 'RxSwiftExt', :git => 'https://github.com/RxSwiftCommunity/RxSwiftExt.git', :tag => '6.2.1'

Thanks, it works!