Skip to content

Commit

Permalink
Add deployment target for iOS and macOS in podspec (#227)
Browse files Browse the repository at this point in the history
* Add deployment target for iOS and macOS in podspec

* Add tvOS for compatibility
  • Loading branch information
MacTHEgenius authored Nov 27, 2024
1 parent b388662 commit fd044d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Trikot.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Pod::Spec.new do |spec|

spec.dependency ENV['TRIKOT_FRAMEWORK_NAME']

spec.ios.deployment_target = '10.0'
spec.tvos.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 fd044d4

Please sign in to comment.