Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Fix podfile tag
Browse files Browse the repository at this point in the history
  • Loading branch information
morizotter committed Apr 5, 2016
1 parent 30c8f9d commit 97a06ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeyboardObserver.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97a06ce

Please sign in to comment.