We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0158a81 commit 4875711Copy full SHA for 4875711
JLRoutes.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "JLRoutes"
3
- s.version = "2.0.4"
+ s.version = "2.0.5"
4
s.summary = "URL routing library for iOS with a simple block-based API."
5
s.homepage = "https://github.com/joeldev/JLRoutes"
6
s.license = "BSD 3-Clause \"New\" License"
7
s.author = { "Joel Levin" => "joel@joeldev.com" }
8
- s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "2.0.4" }
+ s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "2.0.5" }
9
s.framework = 'Foundation'
10
s.requires_arc = true
11
0 commit comments