We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4382352 commit b90e7a8Copy full SHA for b90e7a8
NBNavigationController.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'NBNavigationController'
3
- s.version = '0.1.4'
+ s.version = '0.1.5'
4
s.summary = 'Navigation controller with custom transition'
5
6
s.description = <<-DESC
NBNavigationController/BaseTransition.swift
@@ -12,7 +12,7 @@ import UIKit
12
public class BaseTransition: NSObject {
13
public var transitionDuration: TimeInterval = 1.0
14
15
- convenience init(transitionDuration:TimeInterval) {
+ public convenience init(transitionDuration:TimeInterval) {
16
self.init()
17
self.transitionDuration = transitionDuration
18
}
0 commit comments