<?xml version='1.0' encoding='utf-8'?>
<plugin id="com-mobitor-plugins-camera" version="0.0.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
    <name>Mobitor Camera</name>
    <js-module name="MobitorCamera" src="www/MobitorCamera.js">
        <clobbers target="mobitorCamera" />
    </js-module>
    <platform name="ios">
        <config-file target="config.xml" parent="/*">
            <feature name="MobitorCamera">
                <param name="ios-package" value="MobitorCameraSwift" />
            </feature>
        </config-file>
        <source-file src="src/ios/MobitorCameraSwift.swift" target-dir="src/com/mobitor/plugin" />
    </platform>
</plugin>
