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.2.0 in cocoapods master repo #273

Closed dk53 closed 11 months ago

dk53 commented 1 year ago

Description

Following https://github.com/RxSwiftCommunity/RxSwiftExt/issues/269

Last version available on cocoapods master repo is 6.0.1 : https://github.com/CocoaPods/Specs/commit/bf02afbb90d6c8bf3712e705a403d6abb92e4169

Motivation for inclusion

6.2.0 as been released last week but is unavailable though cocoapods update unless pointing directly to the commit like @YoannLth mentionned it here

pod 'RxSwiftExt', :git => 'https://github.com/RxSwiftCommunity/RxSwiftExt', :commit => 'a8065d1'

Solution

We should push this new version to cocoapods repo for users beeing able to update it with a classic pod update RxSwiftExt

michalnowak061 commented 1 year ago

bump

dk53 commented 1 year ago

cc @freak4pc

michalnowak061 commented 1 year ago

The life of this library is coming to an end. It must be removed from the project 😕

foxware00 commented 12 months ago

@freak4pc could you please help here, it's a shame to have to specify commit hashes in our podfiles

michalnowak061 commented 12 months ago

additionally podspec files doesn't support specify commit hash :)

freak4pc commented 11 months ago

hey all, sorry for the delay. to be honest the main reason I'm not updating the spec is because it's insanely difficult to use CocoaPods to upload specs. It's ridden with a lot of cryptic error messages.

I had to spin up an entire CI machine just so I'll be able to push the spec, but seems to be working now.

Released 6.2.1.

dk53 commented 11 months ago

It is !

Thank you very much sir!