We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab028a commit 34b1d43Copy full SHA for 34b1d43
1 file changed
MaterialTextField.podspec
@@ -0,0 +1,15 @@
1
+Pod::Spec.new do |s|
2
+ s.name = "MaterialTextField"
3
+ s.version = "0.1"
4
+ s.summary = "Material design UITextField with animated placeholder label and error message"
5
+ s.homepage = "https://github.com/stephsharp/MaterialTextField"
6
+ s.license = { :type => "MIT", :file => "LICENSE" }
7
+ s.author = "Stephanie Sharp"
8
+ s.platform = :ios, "8.0"
9
+ s.source = { :git => "https://github.com/stephsharp/MaterialTextField.git", :tag => "v#{s.version}" }
10
+ s.source_files = "MaterialTextField"
11
+ s.public_header_files = [ "MaterialTextField/MaterialTextField.h",
12
+ "MaterialTextField/MFTextField.h",
13
+ "MaterialTextField/UIColor+MaterialTextField.h" ]
14
+ s.requires_arc = true
15
+end
0 commit comments