- Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathMaterialTextField.podspec
More file actions
Latest commit
15 lines (15 loc) · 771 Bytes
/
Copy pathMaterialTextField.podspec
File metadata and controls
15 lines (15 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name="MaterialTextField"
s.version="1.0.1"
s.summary="Material design UITextField with animated placeholder label and error message"
s.homepage="https://github.com/stephsharp/MaterialTextField"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author="Stephanie Sharp"
s.platform=:ios,"10.0"
s.source={:git=>"https://github.com/stephsharp/MaterialTextField.git",:tag=>"v#{s.version}"}
s.source_files="MaterialTextField"
s.public_header_files=["MaterialTextField/MaterialTextField.h",
"MaterialTextField/MFTextField.h",
"MaterialTextField/UIColor+MaterialTextField.h"]
s.requires_arc=true
end