Skip to content

Commit

Permalink
Bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed Sep 26, 2017
1 parent 5b29f2d commit a55d53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions URLNavigator.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "URLNavigator"
s.version = "1.2.5"
s.version = "1.3.0"
s.summary = "⛵️ Elegant URL Routing for Swift"
s.homepage = "https://github.com/devxoul/URLNavigator"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Suyeol Jeon" => "[email protected]" }
s.source = { :git => "https://github.com/devxoul/URLNavigator.git",
:tag => s.version.to_s }
s.source_files = "Sources/*.swift"
s.source_files = "Sources/**/*.swift"
s.frameworks = 'UIKit', 'Foundation'
s.requires_arc = true

Expand Down

0 comments on commit a55d53f

Please sign in to comment.