Latest | 0.1.2 |
---|---|
Homepage | https://github.com/Invisibi/HLRaiseToTalk |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | Foundation, UIKit |
Authors |
[](https://travis-ci.org/Michael Kuck/HLRaiseToTalk)
Add a Raise-To-Talk gesture detection to your app based on smart monitoring of the device’s proximity and motion sensor. Supports notifications if a raise-to-talk gesture was detected.
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
HLRaiseToTalk is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "HLRaiseToTalk"
Authors
Ken Kuan, [email protected]
Michael Kuck, [email protected]
License
HLRaiseToTalk is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "HLRaiseToTalk", "version": "0.1.2", "summary": "Implement a Raise-To-Talk behavior using motion and proximity detectors", "description": " Raise-To-Talk gesture detection based on smart monitoring of:n - proximity sensorn - motion sensor.nn Supports notifications if a raise-to-talk gesture was detected.n", "homepage": "https://github.com/Invisibi/HLRaiseToTalk", "license": "MIT", "authors": { "Michael Kuck": "[email protected]" }, "source": { "git": "https://github.com/Invisibi/HLRaiseToTalk.git", "tag": "0.1.2" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "HLRaiseToTalk": [ "Pod/Assets/*.png" ] }, "public_header_files": "Pod/Classes/**/*.h", "frameworks": [ "Foundation", "UIKit" ] }
Mon, 29 Feb 2016 09:59:02 +0000