7 lines
436 B
Ruby
7 lines
436 B
Ruby
Pod::Spec.new do
|
|
version '0.8.7'
|
|
summary 'A lightweight dependency injection framework for Objective-C.'
|
|
author 'Justin DeWind' => 'dewind@atomicobject.com'
|
|
source :git => 'https://github.com/atomicobject/objection.git', :tag => '0.8.7'
|
|
source_files 'Source'
|
|
end |