-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugin.xml
38 lines (38 loc) · 2.06 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version='1.0' encoding='UTF-8'?>
<plugin id="cordova-plugin-jabberwocky-head-tracking-ios" version="0.4.1" xmlns="http://apache.org/cordova/ns/plugins/1.0">
<name>Jabberwocky Head Tracking Kit Cordova Plugin for iOS</name>
<description>
The Jabberwocky® Head Tracking Kit (JabberwockyHTKit) is an open-source iOS framework, developed by Swiftable LLC, that provides a touch-free interface for existing iOS applications. Jabberwocky enables users to interact with an application by just moving their head. Head movement translates into the movement of a mouse-like cursor on the screen. Cursor location and blink events can be subscribed to allowing actions to be performed in Cordova.
</description>
<author>Swiftable LLC</author>
<repo>[email protected]:swiftablellc/jabberwocky-cordova-plugin-ios.git</repo>
<keywords>cordova,jabberwocky,head,tracking</keywords>
<license>Apache 2.0 License</license>
<engines>
<engine name="cordova" version=">=6.4.0"/>
<engine name="cordova-ios" version=">=4.3.0"/>
</engines>
<js-module src="www/jabberwocky-head-tracking.js" name="JabberwockyHeadTracking">
<clobbers target="JabberwockyHeadTracking"/>
</js-module>
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="JabberwockyHeadTracking">
<param name="ios-package" value="JabberwockyHeadTracking"/>
</feature>
</config-file>
<config-file target="*-Info.plist" parent="NSCameraUsageDescription">
<string>Jabberwocky Head Tracking requires Camera Permissions.</string>
</config-file>
<source-file src="src/ios/JabberwockyHeadTracking.swift"/>
<dependency id="cordova-plugin-add-swift-support" version="2.0.2"/>
<podspec>
<config>
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods use-frameworks="true">
<pod name="JabberwockyHTKit" spec="~> 0.8.4"/>
</pods>
</podspec>
</platform>
</plugin>