Skip to content

Commit

Permalink
Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldev committed Apr 6, 2017
1 parent 2a1c9e1 commit b2e2d24
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,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "JLRoutes"
s.version = "2.0.2"
s.version = "2.0.3"
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" => "[email protected]" }
s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "2.0.2" }
s.source = { :git => "https://github.com/joeldev/JLRoutes.git", :tag => "2.0.3" }

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

0 comments on commit b2e2d24

Please sign in to comment.