10 lines
410 B
Ruby
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
|