Skip to content

Commit 33490c0

Browse files
author
Christoph Hagen
committed
Add watchOS and tvOS targets
1 parent d75111d commit 33490c0

5 files changed

Lines changed: 1303 additions & 8 deletions

File tree

SignalProtocolC.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Pod::Spec.new do |s|
55

66
s.osx.deployment_target = '10.9'
77
s.ios.deployment_target = '8.0'
8+
s.tvos.deployment_target = '9.0'
9+
s.watchos.deployment_target = '2.0'
810

911
s.description = <<-DESC
1012
This is a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments.

0 commit comments

Comments
 (0)