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.
1 parent e9536fd commit 046ffaeCopy full SHA for 046ffae
JLRoutes.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |s|
2
s.name = "JLRoutes"
3
- s.version = "1.6"
+ s.version = "1.6.1"
4
s.summary = "URL routing library for iOS with a simple block-based API."
5
s.homepage = "https://github.com/joeldev/JLRoutes"
6
7
s.license = "BSD 3-Clause \"New\" License"
8
9
s.author = { "Joel Levin" => "joel@joeldev.com" }
10
- s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "1.6" }
+ s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "1.6.1" }
11
12
s.source_files = 'JLRoutes', 'JLRoutes/*.{h,m}'
13
s.framework = 'Foundation'
0 commit comments