Skip to content

Commit 27744f1

Browse files
committed
Release 1.0.0
1 parent 425e208 commit 27744f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MaterialTextField.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "MaterialTextField"
3-
s.version = "0.2.1"
3+
s.version = "1.0.0"
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"
8-
s.platform = :ios, "8.0"
8+
s.platform = :ios, "10.0"
99
s.source = { :git => "https://github.com/stephsharp/MaterialTextField.git", :tag => "v#{s.version}" }
1010
s.source_files = "MaterialTextField"
1111
s.public_header_files = [ "MaterialTextField/MaterialTextField.h",

0 commit comments

Comments
 (0)