blob: 126c00b24afd2bfe33468b76a6d089355f646f0f [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"
James E. King IIIc3375d92018-12-30 11:06:00 -05003 s.version = "1.0.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
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.
Chris Simpsona9b6c702018-04-08 07:11:37 -04007 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
James E. King IIIc3375d92018-12-30 11:06:00 -050014 s.source = { :git => "https://github.com/apache/thrift.git", :tag => "v1.0.0" }
Chris Simpsona9b6c702018-04-08 07:11:37 -040015 s.source_files = "lib/swift/Sources/*.swift"
16end