Skip to content

Commit

Permalink
Remove watchOS in podspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bofei Zhu committed Jan 7, 2020
1 parent 62298bd commit 1c39e40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion MQTTCodec.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Pod::Spec.new do |spec|
spec.swift_versions = "5.0"
spec.ios.deployment_target = "12.0"
spec.osx.deployment_target = "10.14"
spec.watchos.deployment_target = "6.0"
spec.tvos.deployment_target = "12.0"

spec.source = { :git => "https://github.com/bofeizhu/swift-nio-mqtt.git", :tag => "#{spec.version}" }
Expand Down
1 change: 0 additions & 1 deletion SwiftNIOMQTT.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Pod::Spec.new do |spec|
spec.swift_versions = "5.0"
spec.ios.deployment_target = "12.0"
spec.osx.deployment_target = "10.14"
spec.watchos.deployment_target = "6.0"
spec.tvos.deployment_target = "12.0"

spec.source = { :git => "https://github.com/bofeizhu/swift-nio-mqtt.git", :tag => "#{spec.version}" }
Expand Down

0 comments on commit 1c39e40

Please sign in to comment.