- Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDRKonamiCode.podspec
More file actions
Latest commit
15 lines (13 loc) · 519 Bytes
/
Copy pathDRKonamiCode.podspec
File metadata and controls
15 lines (13 loc) · 519 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.newdo |s|
s.name='DRKonamiCode'
s.version='1.1.1'
s.platform=:ios
s.ios.deployment_target='5.0'
s.license='MIT'
s.summary='The Konami Code gesture recognizer for iOS.'
s.homepage='https://github.com/objectiveSee/DRKonamiCode'
s.author={"Danny Ricciotti"=>"dan.ricciotti@gmail.com"}
s.source={:git=>'https://github.com/objectiveSee/DRKonamiCode.git',:tag=>'v1.1.1'}
s.source_files='Sources/DRKonamiGestureRecognizer.*'
s.requires_arc=true
end