From a7a2147520c69668a25ddab517aa89971397e2f8 Mon Sep 17 00:00:00 2001 From: Joel Levin Date: Thu, 17 Sep 2015 11:05:42 -0700 Subject: [PATCH] 1.5.3 --- JLRoutes.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JLRoutes.podspec b/JLRoutes.podspec index 2ab8d84..cd815f2 100644 --- a/JLRoutes.podspec +++ b/JLRoutes.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "JLRoutes" - s.version = "1.5.2" - s.summary = "Advanced URL parsing designed to handle complex URL schemes with a block-based callback API." + s.version = "1.5.3" + s.summary = "URL routing library for iOS with a simple block-based API." s.homepage = "https://github.com/joeldev/JLRoutes" s.license = { @@ -20,7 +20,7 @@ Pod::Spec.new do |s| } s.author = { "Joel Levin" => "joel@joeldev.com" } - s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "1.5.2" } + s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "1.5.3" } s.source_files = 'JLRoutes', 'JLRoutes/*.{h,m}' s.framework = 'Foundation'