Files
JBChartView/MGImageUtilities/0.0.1/MGImageUtilities.podspec
T
weed bbbdb67e6c change homepage address to appropriate page
old address is the top page of blog,
and new address is the article about the pod.
2012-09-18 15:59:28 +09:00

11 lines
534 B
Ruby

Pod::Spec.new do |s|
s.name = "MGImageUtilities"
s.version = "0.0.1"
s.summary = "Useful UIImage categories for iPhone/iPad developers."
s.homepage = "http://mattgemmell.com/2010/07/05/mgimageutilities/"
s.license = 'BSD'
s.author = { "Matt Gemmell" => "matt@mattgemmell.com" }
s.source = { :git => "https://github.com/mattgemmell/MGImageUtilities.git", :commit => "2903a9a2993684ea001b06c61cba2a51faf631d6" }
s.platform = :ios
s.source_files = 'Classes/UIImage*.{h,m}'
end