GravitySlider
GravitySlider copied to clipboard
Swift 4 Support and deprecated fabs.
Hey guys, just to make sure this pod works on Swift 4 you need to update this.
UICollectionViewScrollDirection
to UICollectionView.ScrollDirection
and change fabs
to abs
.
Regards.