Chris Simpson | a9b6c70 | 2018-04-08 07:11:37 -0400 | [diff] [blame] | 1 | Pod::Spec.new do |s| |
| 2 | s.name = "Thrift-swift3" |
| 3 | s.version = "1.1.0" |
| 4 | s.summary = "Apache Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC." |
| 5 | s.description = <<-DESC |
| 6 | The 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" |
| 9 | s.license = { :type => 'Apache License, Version 2.0', :url => 'https://raw.github.com/apache/thrift/thrift-0.9.0/LICENSE' } |
| 10 | s.author = { "The Apache Software Foundation" => "apache@apache.org" } |
| 11 | s.ios.deployment_target = '9.0' |
| 12 | s.osx.deployment_target = '10.10' |
| 13 | s.requires_arc = true |
| 14 | s.source = { :git => "https://github.com/apache/thrift.git", :tag => "thrift-1.0.0" } |
| 15 | s.source_files = "lib/swift/Sources/*.swift" |
| 16 | end |