Skip to content

Commit

Permalink
[Add] MTColorDistance (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomkirk committed Dec 20, 2012
1 parent ac72309 commit 188a9f2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MTColorDistance/0.0.1/MTColorDistance.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "MTColorDistance"
s.version = "0.0.1"
s.summary = "A category on UIColor. Pass in an array of colors and it will return the closest color to the receiver."
s.homepage = "https://github.com/mysterioustrousers/MTNearestColor"
s.license = 'MIT'
s.authors = { "Quenton Jones" => "qjones@knottyalder.com", "Adam Kirk" => "atomkirk@gmail.com" }
s.source = { :git => "https://github.com/mysterioustrousers/MTNearestColor.git", :tag => "0.0.1" }
s.platform = :ios
s.source_files = 'MTColorDistance/*.{h,m}'
s.framework = 'UIKit'
end

0 comments on commit 188a9f2

Please sign in to comment.