Skip to content

Commit 7b13855

Browse files
committed
Fixed podspec - it now passes via pod spec lint
1 parent cf22a0c commit 7b13855

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,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "JLRoutes"
3-
s.version = 1.5
3+
s.version = "1.5"
44
s.summary = "Advanced URL parsing designed to handle complex URL schemes with a block-based callback API."
55
s.homepage = "https://github.com/joeldev/JLRoutes"
66

@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
2020
}
2121

2222
s.author = { "Joel Levin" => "joel@joeldev.com" }
23-
s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => 1.5 }
23+
s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "1.5" }
2424

2525
s.source_files = 'JLRoutes', 'JLRoutes/*.{h,m}'
2626
s.framework = 'Foundation'

0 commit comments

Comments
 (0)