Skip to content

Commit

Permalink
Remove watchos.deployment_target from podspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
jguz-pubnub committed Nov 14, 2024
1 parent acbe73e commit 2b4fcf3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pubnub-kotlin/pubnub-kotlin-api/pubnub_kotlin_api.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '14.0'
spec.osx.deployment_target = '11.0'
spec.tvos.deployment_target = '14.0'
spec.watchos.deployment_target = '7.0'
spec.dependency 'PubNubSwift', '8.0.1'

if !Dir.exist?('build/cocoapods/framework/pubnub_kotlin_api.framework') || Dir.empty?('build/cocoapods/framework/pubnub_kotlin_api.framework')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '14.0'
spec.osx.deployment_target = '11.0'
spec.tvos.deployment_target = '14.0'
spec.watchos.deployment_target = '7.0'
spec.dependency 'PubNubSwift', '8.0.1'

if !Dir.exist?('build/cocoapods/framework/pubnub_kotlin_core_api.framework') || Dir.empty?('build/cocoapods/framework/pubnub_kotlin_core_api.framework')
Expand Down

0 comments on commit 2b4fcf3

Please sign in to comment.