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

ASF subversion and git services commented on CB-12058:
------------------------------------------------------

Commit d12ebd74e73f309b2e25057ac734059a41152a47 in cordova-docs's branch 
refs/heads/master from [~shazron]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;h=d12ebd7 ]

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

Cleaned up heading styles so they show up in the sidebar tree.

 This closes #656


> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to