Skip to content

Commit 15e05df

Browse files
committed
Add podspec.
1 parent dbccb79 commit 15e05df

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

UITextView+Placeholder.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Pod::Spec.new do |s|
2+
s.name = "UITextView+Placeholder"
3+
s.version = "1.0.0"
4+
s.summary = "A missing placeholder for UITextView."
5+
s.homepage = "https://github.com/devxoul/UITextView-Placeholder"
6+
s.license = { :type => 'MIT', :file => 'LICENSE' }
7+
s.author = { "devxoul" => "devxoul@gmail.com" }
8+
s.source = { :git => "https://github.com/devxoul/UITextView-Placeholder.git",
9+
:tag => "#{s.version}" }
10+
s.platform = :ios, '7.0'
11+
s.requires_arc = true
12+
s.source_files = 'UITextView+Placeholder/UITextView+Placeholder.{h,m}'
13+
s.frameworks = 'Foundation', 'UIKit'
14+
end

0 commit comments

Comments
 (0)