diff --git a/JLRoutes.podspec b/JLRoutes.podspec index 9183fce..ed180b7 100644 --- a/JLRoutes.podspec +++ b/JLRoutes.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| s.name = "JLRoutes" - s.version = "2.0.3" + s.version = "2.0.4" 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.3" } + s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "2.0.4" } s.source_files = 'JLRoutes', 'JLRoutes/*.{h,m}', 'JLRoutes/Classes/*.{h,m}' s.framework = 'Foundation'