Skip to content

Commit

Permalink
Add HPGrowingTextView 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoop33 committed Jul 14, 2012
1 parent 0ced031 commit f64f8d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions HPGrowingTextView/0.0.1/HPGrowingTextView.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "HPGrowingTextView"
s.version = "0.0.1"
s.summary = "Multi-line/Autoresizing UITextView similar to SMS-app."
s.description = "An UITextView which grows/shrinks with the text and starts scrolling when the content reaches a certain number of lines."
s.homepage = "https://github.com/HansPinckaers/GrowingTextView"
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.author = { "Hans Pinckaers" => "hans.pinckaers@gmail.com" }
s.source = { :git => "https://github.com/HansPinckaers/GrowingTextView.git", :commit => "43a7f97cfadf20fc427715a3a8e18da443c4d534" }
s.platform = :ios
s.source_files = 'Classes', 'class/**/*.{h,m}'
s.preserve_paths = "example"
s.requires_arc = true
end

0 comments on commit f64f8d0

Please sign in to comment.