Skip to content

Commit 34b1d43

Browse files
author
Stephanie Sharp
committed
Add podspec
1 parent 7ab028a commit 34b1d43

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

MaterialTextField.podspec

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)