Skip to content

Commit

Permalink
Add deployment target for iOS and macOS in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MacTHEgenius committed Nov 26, 2024
1 parent b388662 commit 2f96828
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Trikot.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ Pod::Spec.new do |spec|

spec.dependency ENV['TRIKOT_FRAMEWORK_NAME']

spec.ios.deployment_target = '10.0'
spec.osx.deployment_target = '10.9'

# Streams
spec.subspec 'streams' do |subspec|
subspec.source_files = "trikot-streams/swift-extensions/*.swift"
Expand Down

0 comments on commit 2f96828

Please sign in to comment.