blob: 14a1e6c504d538b77251c07f7ea0842ba496d903 [file] [log] [blame]
{
"name": "HLRaiseToTalk",
"version": "0.1.0",
"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 sensor\n - motion sensor.\n\n Supports notifications if a raise-to-talk gesture was detected.\n",
"homepage": "https://github.com/Invisibi/HLRaiseToTalk",
"license": "MIT",
"authors": {
"Michael Kuck": "michaelkuck@hooloop.com"
},
"source": {
"git": "https://github.com/Invisibi/HLRaiseToTalk.git",
"tag": "0.1.0"
},
"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"
]
}