blob: c90d9ef31fb8daaef89a7382ec16b6d0d21d52fc [file]
Pod::Spec.new do |s|
s.name = 'Common'
s.version = "0.0.1"
s.license = "Apache License, Version 2.0"
s.authors = { 'gRPC contributors' => 'grpc-io@googlegroups.com' }
s.homepage = "https://grpc.io/"
s.summary = "Shared common test utils"
s.source = { :git => 'https://github.com/grpc/grpc.git' }
s.ios.deployment_target = '15.0'
s.osx.deployment_target = '11.0'
s.tvos.deployment_target = '13.0'
s.watchos.deployment_target = '6.0'
s.framework = 'XCTest'
s.dependency "gRPC-ProtoRPC"
s.source_files = '**/*.{m}'
s.public_header_files = '**/*.{h}'
end