blob: 08ed58c7e469f63fd570d6842e1ae898d0494a1f [file] [log] [blame]
Jens Geyer56e5b9b2015-10-09 22:01:55 +02001Pod::Spec.new do |s|
Antoine Cœur08a6eb62019-07-08 18:42:09 +08002 s.name = 'Thrift'
Jens Geyeref199cc2024-09-03 01:28:31 +02003 s.version = '0.22.0'
Jens Geyer56e5b9b2015-10-09 22:01:55 +02004 s.summary = "Apache Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC."
5 s.description = <<-DESC
James E. King IIIc3375d92018-12-30 11:06:00 -05006The Apache Thrift scalable cross-language software framework for networked services development combines a software stack with a code generation engine to build services that work efficiently and seamlessly between many programming languages.
Jens Geyer56e5b9b2015-10-09 22:01:55 +02007 DESC
Antoine Cœur08a6eb62019-07-08 18:42:09 +08008 s.homepage = 'https://thrift.apache.org'
jfarrell384647d2018-10-16 22:36:46 -04009 s.license = { :type => 'Apache License, Version 2.0', :url => 'https://www.apache.org/licenses/LICENSE-2.0' }
Antoine Cœur08a6eb62019-07-08 18:42:09 +080010 s.author = { 'Apache Thrift Developers' => 'dev@thrift.apache.org' }
James E. King III234fb472019-01-13 23:19:18 -050011 s.ios.deployment_target = '9.0'
12 s.osx.deployment_target = '10.10'
Jens Geyeref199cc2024-09-03 01:28:31 +020013 s.source = { :git => 'https://github.com/apache/thrift.git', :tag => 'v0.22.0' }
Antoine Cœur08a6eb62019-07-08 18:42:09 +080014 s.source_files = 'lib/swift/Sources/*.swift'
jfarrell384647d2018-10-16 22:36:46 -040015end