Skip to content

Commit

Permalink
Fixed license for TPKeyboardAvoiding
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanregisser committed Dec 12, 2012
1 parent effab30 commit 54a7a52
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion TPKeyboardAvoiding/0.0.1/TPKeyboardAvoiding.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
Pod::Spec.new do |s|
s.name = 'TPKeyboardAvoiding'
s.version = '0.0.1'
s.license = 'Free for commercial use and redistribution in any form. Credit is appreciated but not essential.'
s.license = {
:type => 'Custom permissive license',
:text => <<-LICENSE
Free for commercial use and redistribution in any form. Credit is appreciated but not essential. Oh, and there aint no warranty!
Michael Tyson, A Tasty Pixel
michael@atastypixel.com
LICENSE
}
s.platform = :ios
s.summary = 'A drop-in universal solution for moving text fields out of the way of the keyboard in iOS.'
s.homepage = 'https://github.com/michaeltyson/TPKeyboardAvoiding'
Expand Down

0 comments on commit 54a7a52

Please sign in to comment.