Skip to content

Commit

Permalink
Podspec - 0.1.5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhasin2 committed Jan 1, 2017
1 parent 4382352 commit b90e7a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NBNavigationController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NBNavigationController'
s.version = '0.1.4'
s.version = '0.1.5'
s.summary = 'Navigation controller with custom transition'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion NBNavigationController/BaseTransition.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import UIKit
public class BaseTransition: NSObject {
public var transitionDuration: TimeInterval = 1.0

convenience init(transitionDuration:TimeInterval) {
public convenience init(transitionDuration:TimeInterval) {
self.init()
self.transitionDuration = transitionDuration
}
Expand Down

0 comments on commit b90e7a8

Please sign in to comment.