Skip to content

Commit

Permalink
Added Objection 0.10 podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed Nov 16, 2011
1 parent f6506dc commit e2575a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Objection/0.10/Objection.podspec
@@ -0,0 +1,10 @@
Pod::Spec.new do |s|
s.name = 'Objection'
s.version = '0.10'
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.10' }
s.xcconfig = { 'OTHER_LDFLAGS' => '-ObjC -all_load' }

This comment has been minimized.

Copy link
@alloy

alloy Nov 16, 2011

Member

You no longer need to specify these flags, they are added by default nowadays.

s.homepage = 'http://www.objection-framework.org'
s.source_files = 'Source'
end

1 comment on commit e2575a9

@alloy
Copy link
Member

@alloy alloy commented on e2575a9 Nov 16, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably a good idea to start adding the 'license' attribute as well, which was added recently.

Please sign in to comment.