CGRPCZlib.podspec 722 B

1234567891011121314151617181920
  1. Pod::Spec.new do |s|
  2. s.name = 'CGRPCZlib'
  3. s.module_name = 'CGRPCZlib'
  4. s.version = '1.0.0-alpha.22'
  5. s.license = { :type => 'Apache 2.0', :file => 'LICENSE' }
  6. s.summary = 'Compression library that provides in-memory compression and decompression functions'
  7. s.homepage = 'https://www.grpc.io'
  8. s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
  9. s.swift_version = '5.1'
  10. s.ios.deployment_target = '10.0'
  11. s.osx.deployment_target = '10.12'
  12. s.tvos.deployment_target = '10.0'
  13. s.watchos.deployment_target = '6.0'
  14. s.source = { :git => "https://github.com/grpc/grpc-swift.git", :tag => s.version }
  15. s.source_files = 'Sources/CGRPCZlib/**/*.{swift,c,h}'
  16. end