Skip to content

Commit

Permalink
Patch 0.7.0
Browse files Browse the repository at this point in the history
feat:
- Added Cocoapods distribution
  • Loading branch information
FulcrumOne committed May 22, 2024
1 parent 5e58a1b commit a612624
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions MijickNavigationView.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,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 = '0.7.0'
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' => '[email protected]' }
s.source = { :git => 'https://github.com/Mijick/NavigationView.git', :tag => s.version.to_s }
end

0 comments on commit a612624

Please sign in to comment.