Skip to content

Commit

Permalink
Adding Objection 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed Aug 16, 2013
1 parent f44d591 commit 3a888a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Objection/1.0.4/Objection.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'Objection'
s.version = '1.0.4'
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 => "#{s.version}" }
s.homepage = 'http://www.objection-framework.org'
s.source_files = 'Source'
s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE"
s.requires_arc = true

s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
end

0 comments on commit 3a888a1

Please sign in to comment.