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 a97b98d commit 0e933d6Copy full SHA for 0e933d6
VerificationCode.podspec
@@ -1,15 +1,9 @@
1
Pod::Spec.new do |s|
2
3
- s.name = "VerificationCode"
4
- s.version = "0.0.1"
+ s.name = "MFVerificationCode"
+ s.version = "1.0.0"
5
s.swift_version= "4.2"
6
s.summary = "VerificationCode is a sample and easy phone auth UI Component."
7
-
8
- # This description is used to generate tags and improve search results.
9
- # * Think: What does it do? Why did you write it? What is the focus?
10
- # * Try to keep it short, snappy and to the point.
11
- # * Write the description between the DESC delimiters below.
12
- # * Finally, don't worry about the indent, CocoaPods strips it!
13
s.description = <<-DESC
14
VerificationCode is a mobile phone auth UI Component with underlines for each character placeholder.
15
DESC
0 commit comments