2016-08-26 17:55:38 +03:00
Pod::Spec.new do |s|
s.name = "ChromaColorPicker"
2020-03-14 20:41:20 +03:00
s.version = "2.0.0"
2016-08-26 17:55:38 +03:00
s.summary = "An intuitive iOS color picker built in Swift."
2020-03-13 23:45:55 +03:00
s.swift_version = '5.0'
2016-08-26 17:55:38 +03:00
s.description = <<-DESC
2019-05-02 23:19:12 +03:00
A Swift color picker UIControl which allows users to select color(s) on a color wheel. Supports multiple handles, an optional brightness slider, and can be customized.
2016-08-26 17:55:38 +03:00
DESC
s.homepage = "https://github.com/joncardasis/ChromaColorPicker"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "Jonathan Cardasis"
2020-03-13 23:45:55 +03:00
s.platform = :ios, "10.0"
2018-11-10 20:43:37 +03:00
s.source = { :git => "https://github.com/joncardasis/ChromaColorPicker.git", :tag => "#{s.version}" }
2019-05-03 00:14:16 +03:00
s.source_files = "Source/**/*.swift"
2016-08-26 17:55:38 +03:00
end