-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathMijickNavigationView.podspec
More file actions
19 lines (16 loc) · 863 Bytes
/
MijickNavigationView.podspec
File metadata and controls
19 lines (16 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'MijickNavigationView'
s.summary = 'Navigation made simple'
s.description = <<-DESC
NavigationView is a free and open-source library dedicated for SwiftUI that makes navigation easier and much cleaner.
DESC
s.version = '1.1.3'
s.ios.deployment_target = '15.0'
s.swift_version = '5.0'
s.source_files = 'Sources/**/*'
s.frameworks = 'SwiftUI', 'Foundation'
s.homepage = 'https://github.com/Mijick/NavigationView.git'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Tomasz Kurylik' => 'tomasz.kurylik@mijick.com' }
s.source = { :git => 'https://github.com/Mijick/NavigationView.git', :tag => s.version.to_s }
end