Skip to content

Commit

Permalink
Add ColorArt 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fleitz committed Dec 13, 2012
1 parent 8d1cf35 commit 4782797
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ColorArt/0.0.5/ColorArt.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "ColorArt"
s.version = "0.0.5"
s.summary = "iTunes 11-style color matching code."
s.homepage = "https://github.com/fleitz/ColorArt"
s.license = 'CUSTOM'
s.authors = { "Fred Leitz" => "fred.leitz@gmail.com", "Aaron Brethorst" => "", "Wade Cosgrove" => "" }
s.source = { :git => "https://github.com/fleitz/ColorArt.git", :tag => "0.0.5" }
s.platform = :ios, '5.0'
s.source_files = 'ColorArt/Classes', 'ColorArt/Classes/**/*.{h,m}'
s.frameworks = 'UIKit', 'Foundation', 'CoreGraphics', 'QuartzCore'
s.requires_arc = true
end

0 comments on commit 4782797

Please sign in to comment.