Skip to content

Commit f773e9c

Browse files
author
Alexander Tkachenko
committed
Add podspec
1 parent 28679ce commit f773e9c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

PinCodeTextField.podspec

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
Pod::Spec.new do |s|
3+
4+
s.name = "PinCodeTextField"
5+
s.version = "0.0.1"
6+
s.summary = "Simple pin code text input based on UIKeyInput"
7+
8+
s.description = <<-DESC
9+
Simple pin code text input with underlines for each character placeholder
10+
DESC
11+
12+
s.homepage = "https://github.com/tkach/PinCodeTextField"
13+
14+
s.license = "MIT"
15+
16+
17+
s.author = { "Alex Tkachenko" => "tkach2004@gmail.com" }
18+
s.platform = :ios, "8.0"
19+
20+
s.source = { :git => "https://github.com/tkach/PinCodeTextField.git", :tag => "0.0.1" }
21+
22+
s.source_files = "Pod"
23+
end

0 commit comments

Comments
 (0)