ChromaColorPicker/ChromaColorPicker.podspec

18 lines
754 B
Plaintext
Raw Normal View History

2016-08-26 17:55:38 +03:00
Pod::Spec.new do |s|
s.name = "ChromaColorPicker"
2018-11-10 20:43:37 +03:00
s.version = "1.7.1"
2016-08-26 17:55:38 +03:00
s.summary = "An intuitive iOS color picker built in Swift."
s.description = <<-DESC
ChromaColorPicker is a Swift UIControl which allows a user to pick a color on a color wheel and lighten or darken the selected color. Great for drawing applications!
DESC
s.homepage = "https://github.com/joncardasis/ChromaColorPicker"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "Jonathan Cardasis"
s.platform = :ios, "8.0"
2018-11-10 20:43:37 +03:00
s.source = { :git => "https://github.com/joncardasis/ChromaColorPicker.git", :tag => "#{s.version}" }
2016-08-26 17:55:38 +03:00
s.source_files = "ChromaColorPicker", "ChromaColorPicker/*.swift"
end