Skip to content

Commit 046ffae

Browse files
committed
1.6.1
1 parent e9536fd commit 046ffae

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,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "JLRoutes"
3-
s.version = "1.6"
3+
s.version = "1.6.1"
44
s.summary = "URL routing library for iOS with a simple block-based API."
55
s.homepage = "https://github.com/joeldev/JLRoutes"
66

77
s.license = "BSD 3-Clause \"New\" License"
88

99
s.author = { "Joel Levin" => "joel@joeldev.com" }
10-
s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "1.6" }
10+
s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "1.6.1" }
1111

1212
s.source_files = 'JLRoutes', 'JLRoutes/*.{h,m}'
1313
s.framework = 'Foundation'

0 commit comments

Comments
 (0)