Skip to content

Commit

Permalink
Bump EDColor to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Sliwinski committed Feb 12, 2013
1 parent 26d5de0 commit f53ce86
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions EDColor/0.2.0/EDColor.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "EDColor"
s.version = "0.2.0"
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.2.0" }
s.platform = :ios, '5.0'
s.source_files = 'EDColor'
s.frameworks = 'UIKit'
s.requires_arc = true
end

0 comments on commit f53ce86

Please sign in to comment.