- Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathSimplePasscodeView.podspec
More file actions
Latest commit
18 lines (16 loc) · 845 Bytes
/
Copy pathSimplePasscodeView.podspec
File metadata and controls
18 lines (16 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.newdo |spec|
spec.name="SimplePasscodeView"
spec.version="0.0.2"
spec.license={:type=>'MIT'}
spec.homepage="https://github.com/vkrmchowdary/PasscodeView"
spec.author={"Geeko Coco"=>"vikramchowdary.102@gmail.com"}
spec.summary="A Passcode component for iOS"
spec.description=<<-DESC
SimplePasscodeView mimics iOS Passcode behaviour with more customizable options and can be easily integrated into any project.
DESC
spec.ios.deployment_target='11.0'
spec.swift_version='4.1'
spec.source={:git=>"https://github.com/vkrmchowdary/PasscodeView.git",:tag=>'v0.0.2'}
spec.source_files='SimplePasscodeView/PasscodeView/*.swift','SimplePasscodeView/PasscodeView/*.xib'
spec.ios.framework='UIKit'
end