forked from sarojraut/SROTPView
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSROTPView.podspec
More file actions
30 lines (16 loc) · 1.07 KB
/
SROTPView.podspec
File metadata and controls
30 lines (16 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Pod::Spec.new do |s|
s.name = 'SROTPView'
s.version = '0.1.2'
s.summary = 'OTP view is designed to be used as alternative to default textfield and it is beautifully designed'
s.description = <<-DESC
This OTP view is beautifully design to be used in otp field which support auto population of otp from message and change in the color of empty, filled and active field as well as error
DESC
s.homepage = 'https://github.com/sarojraut/SROTPView'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.screenshots = 'https://github.com/sarojraut/SROTPView/blob/master/Simulator%20Screen%20Shot%20-%20iPhone%20Xs%20-%202019-11-22%20at%2012.07.06.png'
s.author = { 'Saroj Raut' => 'sarojraut09@gmail.com' }
s.source = { :git => 'https://github.com/sarojraut/SROTPView.git', :tag => s.version.to_s }
s.swift_version = '4.0'
s.ios.deployment_target = '10.0'
s.source_files = 'SROTPView/SROTPView.swift','SROTPView/SROTPTextField.swift' , "LICENSE.txt"
end