Skip to content

Commit 09a580f

Browse files
committed
Pod spec file update :thinking-face:
1 parent f8bd02e commit 09a580f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

TextFieldCounter.podspec

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2325
end

0 commit comments

Comments
 (0)