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

10 lines
410 B
Ruby

Pod::Spec.new do |s|
s.name = 'JSGCDDispatcher'
s.version = '0.3'
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.3' }
s.homepage = 'https://github.com/dewind/JSGCDDispatcher'
s.source_files = 'JSGCDDispatcher'
end