Skip to content

Commit

Permalink
Merge pull request #719 from thisandagain/master
Browse files Browse the repository at this point in the history
EDColor v0.0.4
  • Loading branch information
thisandagain committed Nov 9, 2012
2 parents 47bea4b + 52c7bd2 commit 4694cfa
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions EDColor/0.0.4/EDColor.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "EDColor"
s.version = "0.0.4"
s.summary = "A collection of categories and utilities that extend UIColor."
s.homepage = "https://github.com/thisandagain/color"
s.license = 'MIT'
s.author = { "Andrew Sliwinski" => "andrewsliwinski@acm.org" }
s.source = { :git => "https://github.com/thisandagain/color.git", :tag => "v0.0.4" }
s.platform = :ios, '5.0'
s.source_files = 'EDColor'
s.frameworks = 'UIKit'
s.requires_arc = true
end

0 comments on commit 4694cfa

Please sign in to comment.