Skip to content

Commit

Permalink
1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldev committed Feb 16, 2016
1 parent 3dd3747 commit 651027c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JLRoutes.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JLRoutes"
s.version = "1.5.4"
s.version = "1.5.5"
s.summary = "URL routing library for iOS with a simple block-based API."
s.homepage = "https://github.com/joeldev/JLRoutes"

Expand All @@ -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.4" }
s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "1.5.5" }

s.source_files = 'JLRoutes', 'JLRoutes/*.{h,m}'
s.framework = 'Foundation'
Expand Down

0 comments on commit 651027c

Please sign in to comment.