File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ Pod::Spec.new do |s|
33 s . name = "TextFieldCounter"
44 s . version = "0.0.1"
55 s . summary = "UITextField character counter with lovable UX 💖. No math skills required 🙃."
6- s . description = "Set max length of UITextField,
6+ s . description = <<-DESC
7+ Set max length of UITextField,
78 Show a beautiful and animated label about the limits
8- Easy setup with @IBInspectable"
9+ Easy setup with @IBInspectable
10+ DESC
911 s . homepage = "https://github.com/serralvo/TextFieldCounter"
1012 s . screenshots = "https://github.com/serralvo/TextFieldCounter/blob/master/Images/inspector.png?raw=true"
1113 s . license = { :type => "MIT" , :file => "LICENSE" }
@@ -18,6 +20,6 @@ Pod::Spec.new do |s|
1820 s . requires_arc = true
1921
2022 s . source_files = "TextFieldCounter.swift"
21- s . exclude_files = "TextFieldCounter"
23+ # s.exclude_files = "TextFieldCounter"
2224
2325end
You can’t perform that action at this time.
0 commit comments