We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661bbbe commit 2ab99c1Copy full SHA for 2ab99c1
1 file changed
DRKonamiCode.podspec
@@ -0,0 +1,14 @@
1
+Pod::Spec.new do |s|
2
+ s.name = 'DRKonamiCode'
3
+ s.version = '1.0.0'
4
+ s.platform = :ios
5
+ s.license = 'Creative Commons Attribution Non-Commercial License'
6
+ s.summary = 'The Konami Code gesture recognizer for iOS.'
7
+ s.homepage = 'https://github.com/objectiveSee/DRKonamiCode'
8
+ s.author = { "Danny Ricciotti" => "dan.ricciotti@gmail.com" }
9
+
10
+ s.source = { :git => 'https://github.com/objectiveSee/DRKonamiCode.git', :tag=>'v1.1.0' }
11
+ s.source_files = 'Sources/DRKonamiGestureRecognizer.*'
12
13
+ s.requires_arc = true
14
+end
0 commit comments