Skip to content

Commit

Permalink
fix podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
horitaku46 committed Mar 25, 2018
1 parent cb639c1 commit 48ce3ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BlowinSwiper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BlowinSwiper"
s.version = "1.0.11"
s.version = "1.0.12"
s.summary = "BlowinSwiper makes it possible to swipe back from anywhere on the screen."
s.description = <<-DESC
BlowinSwiper makes it possible to swipe back from anywhere on the screen at UINavigationController!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ final class SecondViewController: UIViewController, BlowinSwipeable {
navigationItem.titleView = UILabel.navigationItemTitle("Second")
view.backgroundColor = UIColor(hex: ColorHex.purple)

let leftBackBarButtonItem = UIBarButtonItem(title: "",
let leftBackBarButtonItem = UIBarButtonItem(title: "",
style: .plain,
target: self,
action: #selector(tapLeftBackBarButtonItem))
Expand Down

0 comments on commit 48ce3ff

Please sign in to comment.