Description of the problem:
When doing a pod install, the MultiValueSlider is not present. The releases do not contain the MultiValueSlider.swift file in the sources. I assume this is because the releases are created from the master branch.
I'd like to see a release with the swiftUI branch or merging the swiftUI branch into the master branch.
Only way to get MultiValueSlider into project is to clone the repo and branch to the swiftUI branch and set the MultiSlider pod path to the repo path.
Description of the problem: When doing a
pod install
, the MultiValueSlider is not present. The releases do not contain the MultiValueSlider.swift file in the sources. I assume this is because the releases are created from the master branch.I'd like to see a release with the swiftUI branch or merging the swiftUI branch into the master branch.
Only way to get MultiValueSlider into project is to clone the repo and branch to the swiftUI branch and set the MultiSlider pod path to the repo path.
Thanks!