You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/24 23:14:58 UTC

[jira] [Commented] (CB-12058) Document CocoaPods support in plugin.xml tag

    [ https://issues.apache.org/jira/browse/CB-12058?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15603518#comment-15603518 ] 

ASF GitHub Bot commented on CB-12058:
-------------------------------------

GitHub user shazron opened a pull request:

    https://github.com/apache/cordova-docs/pull/656

    CB-12058 - Document CocoaPods support in plugin.xml <framework> tag

    ### Platforms affected
    
    iOS
    
    ### What does this PR do?
    
    Document CocoaPods support in plugin.xml <framework> tag. Cleaned up heading styles so they show up in the sidebar tree.
    
    ### What testing has been done on this change?
    
    Platform testing.
    
    ### Checklist
    - [X] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
    - [X] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
    - [X] Added automated test coverage as appropriate for this change.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/shazron/cordova-docs CB-12058

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-docs/pull/656.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #656
    
----
commit 75e49521c1f0a9de8968e87aafcaf0d80d2587ae
Author: Shazron Abdullah <sh...@apache.org>
Date:   2016-10-24T23:12:09Z

    CB-12058 - Document CocoaPods support in plugin.xml <framework> tag
    
    Cleaned up heading styles so they show up in the sidebar tree.

----


> Document CocoaPods support in plugin.xml <framework> 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 <framework> tag.
> i.e
> {code}
> <framework src="GoogleCloudMessaging" type="podspec" spec="~> 1.2.0"/>
> {code}
> Add these tags to ensure cli and platform support:
> {code}
> <engines>
>   <engines>
>     <engine name="cordova" version=">=6.4.0"/>
>     <engine name="cordova-ios" version=">=4.3.0"/>
> </engines>
> {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