Files
JBChartView/EDColor/0.0.2/EDColor.podspec
T
Andrew Sliwinski 5716e592cb Added EDColor 0.0.2
2012-09-16 21:23:11 -07:00

14 lines
538 B
Ruby

Pod::Spec.new do |s|
s.name = "color"
s.version = "0.0.2"
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.2" }
s.platform = :ios, '5.0'
s.source_files = 'EDColor'
s.frameworks = 'UIKit', 'SenTestingKit'
s.requires_arc = true
end