Skip to content

Commit

Permalink
Update .podspec file for watchOS support.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbrowne committed Oct 27, 2020
1 parent 1fd0a13 commit 82578b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NWWebSocket.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ Pod::Spec.new do |s|
s.source = { git: "https://github.com/pusher/NWWebSocket.git", tag: s.version.to_s }
s.social_media_url = 'https://twitter.com/pusher'

s.swift_version = '5.0'
s.swift_version = '5.1'
s.requires_arc = true
s.source_files = ['Sources/**/*.swift']

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

0 comments on commit 82578b7

Please sign in to comment.