From 2c7adc0ee01c48e2a07afa3c565abc81736378ff Mon Sep 17 00:00:00 2001 From: objectiveSee Date: Mon, 23 Feb 2015 14:06:21 -0500 Subject: [PATCH] minor (increment pod version to 1.1.1. and use MIT) --- DRKonamiCode.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DRKonamiCode.podspec b/DRKonamiCode.podspec index c36e750..32bb29a 100644 --- a/DRKonamiCode.podspec +++ b/DRKonamiCode.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| 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.0' } + s.source = { :git => 'https://github.com/objectiveSee/DRKonamiCode.git', :tag=>'v1.1.1' } s.source_files = 'Sources/DRKonamiGestureRecognizer.*' s.requires_arc = true