[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 8 / e / HLRaiseToTalk / 0.1.2 / HLRaiseToTalk.podspec.json
blob67a18798029e51e8acedba0b4338195c37c953e0
2   "name": "HLRaiseToTalk",
3   "version": "0.1.2",
4   "summary": "Implement a Raise-To-Talk behavior using motion and proximity detectors",
5   "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",
6   "homepage": "https://github.com/Invisibi/HLRaiseToTalk",
7   "license": "MIT",
8   "authors": {
9     "Michael Kuck": "michaelkuck@hooloop.com"
10   },
11   "source": {
12     "git": "https://github.com/Invisibi/HLRaiseToTalk.git",
13     "tag": "0.1.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "HLRaiseToTalk": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ]