From 97a06ce70dd5c755d304c7c5a3c257b4d4290b4a Mon Sep 17 00:00:00 2001 From: Naoki Morita Date: Tue, 5 Apr 2016 18:29:58 +0900 Subject: [PATCH] Fix podfile tag --- KeyboardObserver.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeyboardObserver.podspec b/KeyboardObserver.podspec index a6145e0..98c844f 100644 --- a/KeyboardObserver.podspec +++ b/KeyboardObserver.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.author = { "Morita Naoki" => "namorit@gmail.com" } s.social_media_url = "http://twitter.com/morizotter" s.platform = :ios, "8.0" - s.source = { :git => "https://github.com/morizotter/KeyboardObserver.git", :tag => "0.2.1" } + s.source = { :git => "https://github.com/morizotter/KeyboardObserver.git", :tag => "0.3.0" } s.source_files = "KeyboardObserver/**/*.swift" s.requires_arc = true end