|
|
@@ -12,6 +12,7 @@ Pod::Spec.new do |s|
|
|
|
s.ios.deployment_target = '10.0'
|
|
|
s.osx.deployment_target = '10.12'
|
|
|
s.tvos.deployment_target = '10.0'
|
|
|
+ s.watchos.deployment_target = '6.0'
|
|
|
s.source = { :git => "https://github.com/grpc/grpc-swift.git", :tag => s.version }
|
|
|
|
|
|
s.source_files = 'Sources/CGRPCZlib/**/*.{swift,c,h}'
|