Skip to content

Commit

Permalink
1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldev committed Sep 17, 2015
1 parent 7498653 commit a7a2147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions JLRoutes.podspec
Original file line number Diff line number Diff line change
@@ -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 = {
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
}

s.author = { "Joel Levin" => "[email protected]" }
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'
Expand Down

0 comments on commit a7a2147

Please sign in to comment.