Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B596C200BBD for ; Tue, 25 Oct 2016 00:33:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B4455160AEB; Mon, 24 Oct 2016 22:33:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 08822160B04 for ; Tue, 25 Oct 2016 00:33:00 +0200 (CEST) Received: (qmail 98011 invoked by uid 500); 24 Oct 2016 22:33:00 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 97680 invoked by uid 99); 24 Oct 2016 22:32:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Oct 2016 22:32:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id AD77D2C2A67 for ; Mon, 24 Oct 2016 22:32:59 +0000 (UTC) Date: Mon, 24 Oct 2016 22:32:59 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-12058) Document CocoaPods support in plugin.xml tag MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 24 Oct 2016 22:33:01 -0000 [ https://issues.apache.org/jira/browse/CB-12058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shazron Abdullah updated CB-12058: ---------------------------------- Description: In plugin.xml tag. i.e {code} {code} Add these tags to ensure cli and platform support: {code} {code} Docs for your plugin: {code} Required cordova-cli version: 6.4.0 or greater Required cordova-ios version: 4.3.0 or greater Version XXX (and above) of this plugin supports CocoaPods installation of the YYY library. If you are installing this plugin using npm, and you are using version 6.1.0 or greater of the cordova-cli, it will automatically download the right version of this plugin for both your platform and cli. If you are on a cordova-cli version less than 6.1.0, you will either have to upgrade your cordova-cli version, or install the plugin explicitly by version. If you are installing this plugin using a local file reference or a git url, you will have to specify the version of this plugin explicitly as well if you don't fulfill the cordova-cli and cordova-ios requirements. {code} was: In plugin.xml tag. i.e {code} {code} Add these tags to ensure cli and platform support: {code} {code} Docs for your plugin: {code} Required cordova-cli version: 6.4.0 Required cordova-ios version: 4.3.0 Version XXX (and above) of this plugin supports CocoaPods installation of the YYY library. If you are installing this plugin using npm, and you are using version 6.1.0 or greater of the cordova-cli, it will automatically download the right version of this plugin for both your platform and cli. If you are on a cordova-cli version less than 6.1.0, you will either have to upgrade your cordova-cli version, or install the plugin explicitly by version. If you are installing this plugin using a local file reference or a git url, you will have to specify the version of this plugin explicitly as well if you don't fulfill the cordova-cli and cordova-ios requirements. {code} > Document CocoaPods support in plugin.xml tag > -------------------------------------------------------- > > Key: CB-12058 > URL: https://issues.apache.org/jira/browse/CB-12058 > Project: Apache Cordova > Issue Type: Bug > Components: Docs > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > > In plugin.xml tag. > i.e > {code} > > {code} > Add these tags to ensure cli and platform support: > {code} > > > > > > > {code} > Docs for your plugin: > {code} > Required cordova-cli version: 6.4.0 or greater > Required cordova-ios version: 4.3.0 or greater > Version XXX (and above) of this plugin supports CocoaPods installation of the YYY library. > If you are installing this plugin using npm, and you are using version 6.1.0 or greater of the cordova-cli, it will automatically download the right version of this plugin for both your platform and cli. If you are on a cordova-cli version less than 6.1.0, you will either have to upgrade your cordova-cli version, or install the plugin explicitly by version. > If you are installing this plugin using a local file reference or a git url, you will have to specify the version of this plugin explicitly as well if you don't fulfill the cordova-cli and cordova-ios requirements. > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org