Files
JBChartView/Objection/0.8.7/Objection.podspec
T
Eloy Duran fb8da4dbca Update specs to use the better Ruby accessor style.
And remove stub specs for now.
2011-09-24 11:26:30 -05:00

11 lines
474 B
Ruby

Pod::Spec.new do |s|
s.name = 'Objection'
s.version = '0.8.7'
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.8.7' }
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
s.homepage = 'http://www.objection-framework.org'
s.source_files = 'Source'
end