We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28679ce commit f773e9cCopy full SHA for f773e9c
PinCodeTextField.podspec
@@ -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