BoltsFramework / Bolts-Swift

Bolts is a collection of low-level libraries designed to make developing mobile apps easier.
Other
1.32k stars 124 forks source link

Bumping the podspec version #66

Closed akwilliamson closed 6 years ago

akwilliamson commented 7 years ago

The last podspec version bump was 1.3.0 of last year for Swift 3.0 support. It should be bumped up with changelog for the recent Swift 4.0 changes.

tfonfara commented 7 years ago

+1

dimaosa commented 7 years ago

+1

brianyyz commented 7 years ago

+1

randomiser commented 6 years ago

+1

ir-fuel commented 6 years ago

+1

dmead28 commented 6 years ago

+1

kevinlee85 commented 6 years ago

+1

sjmerel commented 6 years ago

+1

jkmathew commented 6 years ago

Why this is still open. Is this project not maintained or it is deprecated?

ir-fuel commented 6 years ago

The last commit on this project was the 1st of October. My guess is @nlutsenko has other priorities at Facebook right now, so we're stuck.

jkmathew commented 6 years ago

@ir-fuel actually we couldn't say we are stuck. we can use latest version of the repo in our project by specifying git url in Podfile. Like,

pod 'Bolts-Swift', :git => 'https://github.com/BoltsFramework/Bolts-Swift.git'
ir-fuel commented 6 years ago

True, but if there is nobody around to do even this, who is going to fix bugs or merge bug fixes in the main branch for instance.

drewster99 commented 6 years ago

We really should just dump this library altogether -- it's clear nobody's updating it.

ir-fuel commented 6 years ago

Clearly. I've seen some Promise inspired libraries. Guess I'll have to switch too. Too bad.