UNPKG

758 BXMLView Raw
1<?xml version="1.0" encoding="UTF-8"?>
2<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-cocoapod-support" version="1.2.17">
3 <name>Cordova CocoaPods Dependency Support</name>
4 <author>Carlos "blakgeek" Lawton</author>
5 <description>A Cordova/PhoneGap plugin to add support for CocoaPods dependencies.</description>
6 <keywords>cordova, ios, cocoapods, pod, pods</keywords>
7 <repo>https://github.com/blakgeek/cordova-plugin-cocoapods-support.git</repo>
8 <issue>https://github.com/blakgeek/cordova-plugin-cocoapods-support/issues</issue>
9 <license>MIT</license>
10 <engines>
11 <engine name="cordova" version="&gt;=3.0.0"/>
12 </engines>
13
14 <hook type="after_prepare" src="scripts/podify.js"/>
15</plugin>