11 lines
499 B
Ruby
11 lines
499 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'Objection'
|
|
s.version = '0.13.0'
|
|
s.summary = 'A lightweight dependency injection framework for Objective-C.'
|
|
s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' }
|
|
s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.13.0' }
|
|
s.homepage = 'http://www.objection-framework.org'
|
|
s.source_files = 'Source'
|
|
s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE"
|
|
end
|