Skip to content

Commit 893a9b8

Browse files
committed
2.1 podspec bump
1 parent 431b841 commit 893a9b8

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.6"
3+
s.version = "2.1"
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.6" }
8+
s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "2.1" }
99
s.framework = 'Foundation'
1010
s.requires_arc = true
1111

0 commit comments

Comments
 (0)