UNPKG

cordova-plugin-peer5

Version:

Enables integration of Cordova with Peer5's iOS SDK

12 lines 639 B
<?xml version='1.0' encoding='utf-8'?> <plugin id="cordova-plugin-peer5" version="0.1.14" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android"><name>Peer5</name><js-module name="Peer5" src="www/Peer5.js"><clobbers target="cordova.plugins.Peer5" /></js-module> <platform name="ios"> <config-file parent="/*" target="config.xml"> <feature name="Peer5"> <param name="ios-package" value="Peer5" /> </feature> </config-file> <source-file src="src/ios/Peer5.m" /> <framework src="Peer5Kit" type="podspec" spec="~> 1.1.14" /> </platform> </plugin>