Skip to content

Commit

Permalink
Added license info to old BlocksKit spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergej Tatarincev committed Jul 3, 2012
1 parent c3f9b26 commit bc4dd8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions BlocksKit/0.5.0/BlocksKit.podspec
@@ -1,6 +1,7 @@
Pod::Spec.new do |s|
s.name = 'BlocksKit'
s.version = '0.5.0' # picked some version number as the project doesn't have one yet
s.license = 'MIT'
s.summary = 'The Objective-C block utilities you always wish you had.'
s.homepage = 'https://github.com/zwaldowski/BlocksKit'
s.author = { 'Zachary Waldowski' => 'zwaldowski@gmail.com'}
Expand Down
1 change: 1 addition & 0 deletions BlocksKit/0.9.0/BlocksKit.podspec
@@ -1,6 +1,7 @@
Pod::Spec.new do |s|
s.name = 'BlocksKit'
s.version = '0.9.0'
s.license = 'MIT'
s.summary = 'The Objective-C block utilities you always wish you had.'
s.homepage = 'https://github.com/zwaldowski/BlocksKit'
s.author = { 'Zachary Waldowski' => 'zwaldowski@gmail.com'}
Expand Down
1 change: 1 addition & 0 deletions BlocksKit/0.9.5/BlocksKit.podspec
@@ -1,6 +1,7 @@
Pod::Spec.new do |s|
s.name = 'BlocksKit'
s.version = '0.9.5'
s.license = 'MIT'
s.summary = 'The Objective-C block utilities you always wish you had.'
s.homepage = 'https://github.com/zwaldowski/BlocksKit'
s.author = { 'Zachary Waldowski' => 'zwaldowski@gmail.com'}
Expand Down

0 comments on commit bc4dd8e

Please sign in to comment.