From dev-return-54949-archive-asf-public=cust-asf.ponee.io@thrift.apache.org Mon Jan 14 16:04:12 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6C24318077D for ; Mon, 14 Jan 2019 16:04:11 +0100 (CET) Received: (qmail 8809 invoked by uid 500); 14 Jan 2019 15:04:10 -0000 Mailing-List: contact dev-help@thrift.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@thrift.apache.org Delivered-To: mailing list dev@thrift.apache.org Received: (qmail 8648 invoked by uid 99); 14 Jan 2019 15:04:10 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2019 15:04:10 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id B15CFCE739 for ; Mon, 14 Jan 2019 15:04:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 0LE81SCoknYR for ; Mon, 14 Jan 2019 15:04:07 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 5EEC35F574 for ; Mon, 14 Jan 2019 15:04:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 56840E267B for ; Mon, 14 Jan 2019 15:04:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 418ED2559D for ; Mon, 14 Jan 2019 15:04:04 +0000 (UTC) Date: Mon, 14 Jan 2019 15:04:04 +0000 (UTC) From: "James E. King III (JIRA)" To: dev@thrift.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (THRIFT-2179) CocoaPods specification file for the Thrift Cocoa Library MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/THRIFT-2179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III resolved THRIFT-2179. --------------------------------------- Resolution: Won't Do Assignee: James E. King III Fix Version/s: 1.0 As support for the older cocoa compiler and library have been removed (see THRIFT-4719), all of the issues in Jira related to that code have also been removed. For legacy cocoa support you can use version 0.12.0 - everyone is expected to move to swift if they want to use the next release of Thrift. > CocoaPods specification file for the Thrift Cocoa Library > --------------------------------------------------------- > > Key: THRIFT-2179 > URL: https://issues.apache.org/jira/browse/THRIFT-2179 > Project: Thrift > Issue Type: New Feature > Components: Cocoa - Library > Affects Versions: 0.9, 0.9.1 > Reporter: David Robakowski > Assignee: James E. King III > Priority: Major > Fix For: 1.0 > > Attachments: Thrift.podspec > > > I've created a [CocoaPods| http://www.cocoapods.org] specification file for the Thrift Cocoa library and would like to create a pull request for that on [CocoaPods/Specs| https://github.com/CocoaPods/Specs]. I've already pushed a commit to my fork with the following [spec file| https://github.com/drobakowski/Specs/commit/77e81e10c72013b226884ac0849ec30ffd80d0b3]: > {code:title=Thrift.podspec|ruby} > Pod::Spec.new do |s| > s.name = "Thrift" > s.version = "0.9.0" > s.summary = "Apache Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC." > s.description = <<-DESC > 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. > DESC > s.homepage = "http://thrift.apache.org" > s.license = { :type => 'Apache License, Version 2.0', :url => 'https://raw.github.com/apache/thrift/thrift-0.9.0/LICENSE' } > s.author = { "The Apache Software Foundation" => "apache@apache.org" } > s.platforms = :ios, :osx > s.ios.framework = 'CFNetwork' > s.osx.framework = 'CoreServices' > s.source = { :git => "https://github.com/apache/thrift.git", :tag => "thrift-0.9.0" } > s.source_files = 'lib/cocoa/src/**/*.{h,m}' > end > {code} > I'm already working with a local copy of the pod repository with the additions and it worked well so far for some iOS projects. > It would be nice if someone could approve or even improve the settings and descriptions so that i could create the pull request. -- This message was sent by Atlassian JIRA (v7.6.3#76005)