Skip to content

Commit 80f160e

Browse files
committed
Bump version to 2.4.0
1 parent 03cbf96 commit 80f160e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

URLNavigator.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
Pod::Spec.new do |s|
22
s.name = "URLNavigator"
3-
s.version = "2.3.0"
3+
s.version = "2.4.0"
44
s.summary = "⛵️ Elegant URL Routing for Swift"
55
s.homepage = "https://github.com/devxoul/URLNavigator"
66
s.license = { :type => "MIT", :file => "LICENSE" }
7-
s.author = { "Suyeol Jeon" => "[email protected]" }
7+
s.author = { "Suyeol Jeon" => "[email protected]", "Kanghoon Oh" => "[email protected]" }
88
s.source = { :git => "https://github.com/devxoul/URLNavigator.git",
99
:tag => s.version.to_s }
1010
s.source_files = "Sources/**/*.swift"
1111
s.frameworks = 'UIKit', 'Foundation'
1212
s.requires_arc = true
1313
s.swift_version = "5.0"
1414

15-
s.ios.deployment_target = "8.0"
15+
s.ios.deployment_target = "9.0"
1616
s.tvos.deployment_target = "9.0"
1717
end

0 commit comments

Comments
 (0)