Skip to content

Commit

Permalink
Update Objection specs with license type from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Mar 19, 2013
1 parent ae8094f commit 06d9b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Objection/0.8.7/Objection.podspec
Expand Up @@ -2,6 +2,7 @@ Pod::Spec.new do |s|
s.name = 'Objection'
s.version = '0.8.7'
s.summary = 'A lightweight dependency injection framework for Objective-C.'
s.license = 'MIT'
s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' }
s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.8.7' }
s.homepage = 'http://www.objection-framework.org'
Expand Down
1 change: 1 addition & 0 deletions Objection/0.9/Objection.podspec
Expand Up @@ -2,6 +2,7 @@ Pod::Spec.new do |s|
s.name = 'Objection'
s.version = '0.9'
s.summary = 'A lightweight dependency injection framework for Objective-C.'
s.license = 'MIT'
s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' }
s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.9' }
s.homepage = 'http://www.objection-framework.org'
Expand Down

0 comments on commit 06d9b7e

Please sign in to comment.