Files
JBChartView/JSGCDDispatcher/0.4/JSGCDDispatcher.podspec
T
2012-10-08 18:35:03 +03:00

11 lines
468 B
Ruby

Pod::Spec.new do |s|
s.name = 'JSGCDDispatcher'
s.version = '0.4'
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.4' }
s.homepage = 'https://github.com/dewind/JSGCDDispatcher'
s.source_files = 'JSGCDDispatcher'
s.license = { :type => 'MIT', :file => 'LICENSE' }
end