Files
JBChartView/Objection/0.10/Objection.podspec
T
2011-11-16 07:04:00 -05:00

11 lines
495 B
Ruby

Pod::Spec.new do |s|
s.name = 'Objection'
s.version = '0.10'
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.10' }
s.homepage = 'http://www.objection-framework.org'
s.source_files = 'Source'
s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE"
end