We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431b841 commit 893a9b8Copy full SHA for 893a9b8
JLRoutes.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "JLRoutes"
3
- s.version = "2.0.6"
+ s.version = "2.1"
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.6" }
+ s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "2.1" }
9
s.framework = 'Foundation'
10
s.requires_arc = true
11
0 commit comments