We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbccb79 commit 15e05dfCopy full SHA for 15e05df
UITextView+Placeholder.podspec
@@ -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