Files
JBChartView/JSGCDDispatcher/0.5/JSGCDDispatcher.podspec
T
2012-06-29 15:37:34 +02:00

11 lines
411 B
Ruby

Pod::Spec.new do |s|
s.name = 'JSGCDDispatcher'
s.version = '0.5'
s.summary = 'A small Objective-C wrapper around GCD.'
s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' }
s.source = { :git => 'https://github.com/dewind/JSGCDDispatcher.git', :tag => '0.5' }
s.homepage = 'https://github.com/dewind/JSGCDDispatcher'
s.source_files = 'JSGCDDispatcher'
end