- Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathPAPasscode.podspec
More file actions
Latest commit
14 lines (13 loc) · 513 Bytes
/
Copy pathPAPasscode.podspec
File metadata and controls
14 lines (13 loc) · 513 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Pod::Spec.newdo |s|
s.name='PAPasscode'
s.version='1.0'
s.license='BSD'
s.summary='A Passcode View Controller for iOS similar to the one in Settings.app'
s.homepage='https://github.com/dhennessy/PAPasscode'
s.authors={'Denis Hennessy'=>'denis@hennessynet.com'}
s.source={:git=>'https://github.com/dhennessy/PAPasscode.git',:tag=>s.version.to_s}
s.platform=:ios,'7.0'
s.requires_arc=true
s.source_files='PAPasscode'
s.framework='QuartzCore'
end