Skip to content

Commit

Permalink
chore: remove macOS, tvOS and watchOS
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsuan19 committed Sep 18, 2024
1 parent 811894b commit 5273671
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cadence.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ Pod::Spec.new do |s|

s.swift_version = '5.0'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'
s.watchos.deployment_target = '6.0'

s.source_files = "Sources/Cadence/**/*"
s.dependency "BigInt", "~> 5.2.0"
Expand Down
3 changes: 0 additions & 3 deletions FlowSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ Pod::Spec.new do |s|

s.swift_version = '5.0'
s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
s.tvos.deployment_target = '13.0'
s.watchos.deployment_target = '6.0'

s.default_subspec = 'FlowSDK'

Expand Down

0 comments on commit 5273671

Please sign in to comment.