RxSwiftCommunity / RxMediaPicker

A reactive wrapper built around UIImagePickerController.
MIT License
180 stars 62 forks source link

RxSwift 3.0 Compatibility #7

Closed saru2020 closed 7 years ago

saru2020 commented 7 years ago

Hey,

I see that its dependent on 'RxSwift 2.0'.

Isn't this lib compatible with RxSwift 3.0?

uknowmeright commented 7 years ago

This is odd, going to have to ditch this framework now.. :(

freak4pc commented 7 years ago

Hey @saru2020 @uknowmeright I'll have a go at pushing a PR for this later tonight. Thanks for reporting :)

AndrewSB commented 7 years ago

Closed by #9

freak4pc commented 7 years ago

Hey all :-)

We have pushed a new v1.0.0 release but its not yet on Cocoapods (gonna probably take an extra day to get the keys to push it)

For now you can manually link to the repo by putting this in your Podfile:

pod 'RxMediaPicker', :git => 'https://github.com/RxSwiftCommunity/RxMediaPicker.git', :branch => 'master'

@uknowmeright @saru2020

Cheers 🍺 Shai

freak4pc commented 7 years ago

1.0.0 has been pushed up to Cocoapods !