diff --git a/EDColor/0.0.4/EDColor.podspec b/EDColor/0.0.4/EDColor.podspec new file mode 100644 index 00000000000000..eeddf8b282ef32 --- /dev/null +++ b/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 \ No newline at end of file