From 893a9b845c6d991137272d94b0b4ea7a0468343b Mon Sep 17 00:00:00 2001 From: Joel Levin Date: Wed, 27 Dec 2017 18:23:47 -0800 Subject: [PATCH] 2.1 podspec bump --- JLRoutes.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JLRoutes.podspec b/JLRoutes.podspec index e2ee582..cfeb20a 100644 --- a/JLRoutes.podspec +++ b/JLRoutes.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "JLRoutes" - s.version = "2.0.6" + s.version = "2.1" s.summary = "URL routing library for iOS with a simple block-based API." s.homepage = "https://github.com/joeldev/JLRoutes" s.license = "BSD 3-Clause \"New\" License" s.author = { "Joel Levin" => "joel@joeldev.com" } - 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" } s.framework = 'Foundation' s.requires_arc = true