Skip to content

Commit

Permalink
Added MLUIColorAdditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Landwehr committed Dec 2, 2012
1 parent 5c7172f commit cf78667
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MLUIColorAdditions/MLUIColorAdditions.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "MLUIColorAdditions"
s.version = "1.0.0"
s.summary = "Additions for UIColor for easy handling with hex- and rgb-colors."
s.homepage = "https://github.com/mRs-/MLUIColorAdditions"
s.license = 'MIT'
s.author = { "Marius Landwehr" => "marius.landwehr@googlemail.com" }
s.source = { :git => "https://github.com/mRs-/MLUIColorAdditions.git", :tag => "1.0.0" }
s.platform = :ios, '5.0'
s.source_files = '*.{h,m}'
s.requires_arc = true
end

0 comments on commit cf78667

Please sign in to comment.