Skip to content

Commit

Permalink
Updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed Oct 20, 2011
1 parent 73b2974 commit 6d52b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Objection.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = 'Objection'
s.version = '0.8.7'
s.version = '0.9'
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.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.9' }
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }
s.homepage = 'http://www.objection-framework.org'
s.source_files = 'Source'
Expand Down

0 comments on commit 6d52b20

Please sign in to comment.