File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "MaterialTextField"
3- s . version = "1.0.1"
3+ s . version = "1.0.1.3 "
44 s . summary = "Material design UITextField with animated placeholder label and error message"
55 s . homepage = "https://github.com/stephsharp/MaterialTextField"
66 s . license = { :type => "MIT" , :file => "LICENSE" }
77 s . author = "Stephanie Sharp"
88 s . platform = :ios , "10.0"
99 s . source = { :git => "https://github.com/stephsharp/MaterialTextField.git" , :tag => "v#{ s . version } " }
1010 s . source_files = "MaterialTextField"
11- s . public_header_files = [ "MaterialTextField/MaterialTextField.h" ,
12- "MaterialTextField/MFTextField.h" ,
11+ s . public_header_files = [ "MaterialTextField/MaterialTextField.h" ,
12+ "MaterialTextField/MFTextField.h" ,
1313 "MaterialTextField/UIColor+MaterialTextField.h" ]
1414 s . requires_arc = true
1515end
You can’t perform that action at this time.
0 commit comments