We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425e208 commit 27744f1Copy full SHA for 27744f1
MaterialTextField.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "MaterialTextField"
3
- s.version = "0.2.1"
+ s.version = "1.0.0"
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"
+ s.platform = :ios, "10.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",
0 commit comments