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