We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b29f2d commit a55d53fCopy full SHA for a55d53f
URLNavigator.podspec
@@ -1,13 +1,13 @@
1
Pod::Spec.new do |s|
2
s.name = "URLNavigator"
3
- s.version = "1.2.5"
+ s.version = "1.3.0"
4
s.summary = "⛵️ Elegant URL Routing for Swift"
5
s.homepage = "https://github.com/devxoul/URLNavigator"
6
s.license = { :type => "MIT", :file => "LICENSE" }
7
s.author = { "Suyeol Jeon" => "[email protected]" }
8
s.source = { :git => "https://github.com/devxoul/URLNavigator.git",
9
:tag => s.version.to_s }
10
- s.source_files = "Sources/*.swift"
+ s.source_files = "Sources/**/*.swift"
11
s.frameworks = 'UIKit', 'Foundation'
12
s.requires_arc = true
13
0 commit comments