Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 13CE9100D8 for ; Thu, 31 Oct 2013 15:40:38 +0000 (UTC) Received: (qmail 9545 invoked by uid 500); 31 Oct 2013 15:39:59 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 9518 invoked by uid 500); 31 Oct 2013 15:39:55 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 9483 invoked by uid 99); 31 Oct 2013 15:39:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Oct 2013 15:39:50 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of edewit@redhat.com designates 209.132.183.28 as permitted sender) Received: from [209.132.183.28] (HELO mx1.redhat.com) (209.132.183.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Oct 2013 15:39:45 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r9VFdNC8028428 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 31 Oct 2013 11:39:24 -0400 Received: from [10.36.5.173] (vpn1-5-173.ams2.redhat.com [10.36.5.173]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r9VFdLro010836 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Thu, 31 Oct 2013 11:39:22 -0400 Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: Cordova Plugins and CocoaPods From: Erik Jan de Wit In-Reply-To: Date: Thu, 31 Oct 2013 16:39:20 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <81B11051-EBFD-4A48-A8D2-F88F378BE21F@redhat.com> References: To: dev@cordova.apache.org X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-Virus-Checked: Checked by ClamAV on apache.org The AeroGear-PushPlugin uses cocoa pods, what would be nice is to be = able to include a pod install into the CLI. On 31 Oct,2013, at 16:11 , Don Coleman wrote: > I have some iOS code that we are converting into a Cordova plugin. >=20 > The project uses CocoaPods to manage dependencies. >=20 > Have you see any Cordova plugins that use CocoaPods or can you think = of a > way to make CLI and CocoaPods play nice together?