[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 5 / e / AcessibilityFaceCursor / 0.0.4 / AcessibilityFaceCursor.podspec.json
blob06d8f96b31b0e985c3cd93365863e680719f471c
2   "name": "AcessibilityFaceCursor",
3   "version": "0.0.4",
4   "summary": "Take the movement of the user\\`s face and create a virtual cursor on the device. (IPhones X or higher only)",
5   "swift_versions": "5.0",
6   "description": "The AccessibilityFaceMouse is a pod in order to enable people with impaired movement of the upper limbs, to interact with applications without the use of any accessory.\n  It takes the movement of the user's face and creates a representation of these movements in the form of a cursor on the screen. When going over any view, like a button, he can use gestures to activate that action.\n    We have four types of gestures: Blink right eye; blinking left eye; show the language or with a voice command. This voice command can receive four actions, the first is to touch something, second to return\n    in navigation with navigationcontroller, the next and the previous, to use in views that have scroll, such as cell phone and collectionsviews. For other actions, you must integrate components that can facilitate the time of use\n    of the application.\n    The voice action is still in the testing phase. The most recommended is that of the tongue, as they had the best results, thus reducing repetitive effort.\nTo use it, just change the inheritance of a class that inherits from the viewcontroller by AccessibilityFaceAnchorViewController and start the necessary resources.\nFor a better use of the user, there is the AccessibilityGetSensitivityViewController class, which has the function of capturing the limitations of the user's face and thus adapting to his rhythm.",
7   "homepage": "https://github.com/JBatista1/AcessibilityFaceCursor",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "João Batista": "j.batista.damasceno@icloud.com"
14   },
15   "source": {
16     "git": "https://github.com/JBatista1/AcessibilityFaceCursor.git",
17     "tag": "0.0.4"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "AcessibilityFaceCursor/**/*.{h,m,swift}",
23   "resource_bundles": {
24     "AcessibilityFaceCursor": [
25       "AcessibilityFaceCursor/*.xcassets"
26     ]
27   },
28   "swift_version": "5.0"