Skip to content

Commit 2ab99c1

Browse files
committed
Updated PodSpec for v1.1.0
1 parent 661bbbe commit 2ab99c1

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

DRKonamiCode.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)