- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMFVerificationCode.podspec
More file actions
Latest commit
19 lines (15 loc) · 723 Bytes
/
Copy pathMFVerificationCode.podspec
File metadata and controls
19 lines (15 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.newdo |s|
s.name="MFVerificationCode"
s.version="1.3.2"
s.summary="VerificationCode is a sample and easy phone auth UI Component."
s.description=<<-DESC
VerificationCode is a mobile phone auth UI Component with underlines for each character placeholder.
DESC
s.homepage="https://github.com/oneofai/VerificationCode"
s.license={:type=>'MIT',:file=>'LICENSE'}
s.author={"Sun"=>"holaux@gmail.com"}
s.source={:git=>"https://github.com/oneofai/VerificationCode.git",:tag=>s.version}
s.ios.deployment_target='9.0'
s.source_files="Source/VerificationCode/*"
s.framework="UIKit"
end