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

Commit

Permalink
Update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morizotter committed Sep 10, 2016
1 parent 5bf7084 commit 9299760
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,12 @@ Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/docs/Gitignore.md

fastlane/report.xml
fastlane/screenshots

.DS_Store
4 changes: 2 additions & 2 deletions KeyboardObserver.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KeyboardObserver"
s.version = "0.4.0"
s.version = "1.0.0"
s.summary = "For less complicated keyboard event handling."
s.description = <<-DESC
- Less complicated keyboard event handling.
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.author = { "Morita Naoki" => "[email protected]" }
s.social_media_url = "http://twitter.com/morizotter"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/morizotter/KeyboardObserver.git", :tag => "0.4.0" }
s.source = { :git => "https://github.com/morizotter/KeyboardObserver.git", :tag => "1.0.0" }
s.source_files = "KeyboardObserver/**/*.swift"
s.requires_arc = true
end

0 comments on commit 9299760

Please sign in to comment.