We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19184d9 commit f8bd02eCopy full SHA for f8bd02e
1 file changed
TextFieldCounter.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "TextFieldCounter"
4
- s.version = "0.0.3"
+ s.version = "0.0.1"
5
s.summary = "UITextField character counter with lovable UX 💖. No math skills required 🙃."
6
s.description = "Set max length of UITextField,
7
Show a beautiful and animated label about the limits
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
18
s.requires_arc = true
19
20
s.source_files = "TextFieldCounter.swift"
21
- # s.exclude_files = "TextFieldCounter"
+ s.exclude_files = "TextFieldCounter"
22
23
end
0 commit comments