Skip to content

Commit f8bd02e

Browse files
authored
Update TextFieldCounter.podspec
1 parent 19184d9 commit f8bd02e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TextFieldCounter.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "TextFieldCounter"
4-
s.version = "0.0.3"
4+
s.version = "0.0.1"
55
s.summary = "UITextField character counter with lovable UX 💖. No math skills required 🙃."
66
s.description = "Set max length of UITextField,
77
Show a beautiful and animated label about the limits
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
1818
s.requires_arc = true
1919

2020
s.source_files = "TextFieldCounter.swift"
21-
# s.exclude_files = "TextFieldCounter"
21+
s.exclude_files = "TextFieldCounter"
2222

2323
end

0 commit comments

Comments
 (0)