Skip to content

Commit

Permalink
Adding Objection 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed Mar 1, 2012
1 parent fd857fe commit bfa5126
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Objection/0.12.1/Objection.podspec
@@ -0,0 +1,10 @@
Pod::Spec.new do |s|
s.name = 'Objection'
s.version = '0.12.1'
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.12.1' }
s.homepage = 'http://www.objection-framework.org'
s.source_files = 'Source'
s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE"
end

0 comments on commit bfa5126

Please sign in to comment.