Jens Geyer | 56e5b9b | 2015-10-09 22:01:55 +0200 | [diff] [blame] | 1 | Pod::Spec.new do |s| |
Antoine Cœur | 08a6eb6 | 2019-07-08 18:42:09 +0800 | [diff] [blame] | 2 | s.name = 'Thrift' |
Jens Geyer | ef199cc | 2024-09-03 01:28:31 +0200 | [diff] [blame] | 3 | s.version = '0.22.0' |
Jens Geyer | 56e5b9b | 2015-10-09 22:01:55 +0200 | [diff] [blame] | 4 | 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 III | c3375d9 | 2018-12-30 11:06:00 -0500 | [diff] [blame] | 6 | The 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 Geyer | 56e5b9b | 2015-10-09 22:01:55 +0200 | [diff] [blame] | 7 | DESC |
Antoine Cœur | 08a6eb6 | 2019-07-08 18:42:09 +0800 | [diff] [blame] | 8 | s.homepage = 'https://thrift.apache.org' |
jfarrell | 384647d | 2018-10-16 22:36:46 -0400 | [diff] [blame] | 9 | s.license = { :type => 'Apache License, Version 2.0', :url => 'https://www.apache.org/licenses/LICENSE-2.0' } |
Antoine Cœur | 08a6eb6 | 2019-07-08 18:42:09 +0800 | [diff] [blame] | 10 | s.author = { 'Apache Thrift Developers' => 'dev@thrift.apache.org' } |
James E. King III | 234fb47 | 2019-01-13 23:19:18 -0500 | [diff] [blame] | 11 | s.ios.deployment_target = '9.0' |
| 12 | s.osx.deployment_target = '10.10' |
Jens Geyer | ef199cc | 2024-09-03 01:28:31 +0200 | [diff] [blame] | 13 | s.source = { :git => 'https://github.com/apache/thrift.git', :tag => 'v0.22.0' } |
Antoine Cœur | 08a6eb6 | 2019-07-08 18:42:09 +0800 | [diff] [blame] | 14 | s.source_files = 'lib/swift/Sources/*.swift' |
jfarrell | 384647d | 2018-10-16 22:36:46 -0400 | [diff] [blame] | 15 | end |