Skip to content

Maschina/ColorSlider

Repository files navigation

ColorSlider

Color Slider in Swift language for AppKit (macOS)

Color Slider demo

Requirements

  • macOS 10.14+
  • Swift 5.0

Installation

Carthage

  1. Add the following to your Cartfile:
github "Maschina/ColorSlider"
  1. You have two options:
    1. Either Run carthage update and add the framework as described in Carthage Readme
    2. Or use a very convenient auto-build script that adds the newly built framework to your Xcode project automatically

CocoaPods

  1. Add the following to your Podfile:
pod 'ColorSlider', :git => 'https://github.com/Maschina/ColorSlider.git'
  1. Run pod install.