blob: 542d81057bc62fdb0c950977b1ea09287213493e [file] [log] [blame]
Chris Simpsona9b6c702018-04-08 07:11:37 -04001Pod::Spec.new do |s|
jfarrell384647d2018-10-16 22:36:46 -04002 s.name = "Thrift-swift3"
3 s.version = "0.12.0"
Chris Simpsona9b6c702018-04-08 07:11:37 -04004 s.summary = "Apache Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC."
5 s.description = <<-DESC
6The Apache Thrift software framework, for scalable cross-language services development, combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, OCaml and Delphi and other languages.
7 DESC
8 s.homepage = "http://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' }
10 s.author = { "Apache Thrift Developers" => "dev@thrift.apache.org" }
Chris Simpsona9b6c702018-04-08 07:11:37 -040011 s.ios.deployment_target = '9.0'
12 s.osx.deployment_target = '10.10'
13 s.requires_arc = true
jfarrell384647d2018-10-16 22:36:46 -040014 s.source = { :git => "https://github.com/apache/thrift.git", :tag => "0.12.0" }
Chris Simpsona9b6c702018-04-08 07:11:37 -040015 s.source_files = "lib/swift/Sources/*.swift"
16end