Skip to content

Commit 5b2a03a

Browse files
authored
Merge pull request #66 from saket/podspec
Add macOS and watchOS deployment targets to Podspec
2 parents 02d29fe + 9669a88 commit 5b2a03a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NavigationStack.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ Pod::Spec.new do |s|
1515

1616

1717
s.ios.deployment_target = '13.0'
18+
s.osx.deployment_target = '10.15'
19+
s.watchos.deployment_target = '6.0'
1820
s.swift_version = '5.0'
1921
s.source_files = 'Sources/NavigationStack/**/*'
2022

0 commit comments

Comments
 (0)