Skip to content

Commit 3ec79a6

Browse files
author
Graham Chance
committed
updated version to 1.0.1.3
1 parent 172d2b9 commit 3ec79a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

MaterialTextField.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::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
1515
end

0 commit comments

Comments
 (0)