Skip to content

Commit 5e25ccc

Browse files
committed
Updates pod spec file and removes .swift-version file
1 parent 64e9f77 commit 5e25ccc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

TextFieldCounter.podspec

Lines changed: 2 additions & 1 deletion
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 = "1.0.2"
4+
s.version = "1.0.3"
55
s.summary = "UITextField character counter with lovable UX 💖. No math skills required 🙃."
66
s.description = <<-DESC
77
Set max length of UITextField,
@@ -18,6 +18,7 @@ Pod::Spec.new do |s|
1818
s.platform = :ios, "8.0"
1919
s.source = { :git => "https://github.com/serralvo/TextFieldCounter.git", :tag => "#{s.version}" }
2020
s.requires_arc = true
21+
s.swift_versions = "5.0"
2122

2223
s.source_files = "TextFieldCounter.swift"
2324
s.exclude_files = "TextFieldCounter"

0 commit comments

Comments
 (0)