ChromaColorPicker/ChromaColorPicker.podspec

19 lines
754 B
Plaintext
Raw Normal View History

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."
s.swift_version = '5.0'
2016-08-26 17:55:38 +03:00
s.description = <<-DESC
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"
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}" }
s.source_files = "Source/**/*.swift"
2016-08-26 17:55:38 +03:00
end