Skip to content

Commit a55d53f

Browse files
committed
Bump version to 1.3.0
1 parent 5b29f2d commit a55d53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

URLNavigator.podspec

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

0 commit comments

Comments
 (0)