We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pod spec lint
1 parent cf22a0c commit 7b13855Copy full SHA for 7b13855
JLRoutes.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "JLRoutes"
3
- s.version = “1.5”
+ s.version = "1.5"
4
s.summary = "Advanced URL parsing designed to handle complex URL schemes with a block-based callback API."
5
s.homepage = "https://github.com/joeldev/JLRoutes"
6
@@ -20,7 +20,7 @@ Pod::Spec.new do |s|
20
}
21
22
s.author = { "Joel Levin" => "joel@joeldev.com" }
23
- s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => “1.5” }
+ s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "1.5" }
24
25
s.source_files = 'JLRoutes', 'JLRoutes/*.{h,m}'
26
s.framework = 'Foundation'
0 commit comments