Skip to content

Commit 4875711

Browse files
committed
2.0.5
1 parent 0158a81 commit 4875711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JLRoutes.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "JLRoutes"
3-
s.version = "2.0.4"
3+
s.version = "2.0.5"
44
s.summary = "URL routing library for iOS with a simple block-based API."
55
s.homepage = "https://github.com/joeldev/JLRoutes"
66
s.license = "BSD 3-Clause \"New\" License"
77
s.author = { "Joel Levin" => "joel@joeldev.com" }
8-
s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "2.0.4" }
8+
s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "2.0.5" }
99
s.framework = 'Foundation'
1010
s.requires_arc = true
1111

0 commit comments

Comments
 (0)