[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / d / ESense / 0.1.0 / ESense.podspec.json
blobb0bcb162b854411a3e994e80e8ec23a6ccd1ae8b
2   "name": "ESense",
3   "version": "0.1.0",
4   "summary": "This library allows us to use [eSense](http://www.esense.io/) (earable computing platform) on iOS",
5   "description": "[eSense](http://www.esense.io/) is a multi-sensory earable platform for personal-scale behavioural analytics research. It is a True Wireless Stereo (TWS) earbud augmented with a 6-axis inertial motion unit, a microphone, and dual-mode Bluetooth (Bluetooth Classic and Bluetooth Low Energy). This library allows us to easily connect and communicate eSense on iOS.",
6   "homepage": "https://github.com/tetujin/ESense",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tetujin": "tetujin@ht.sfc.keio.ac.jp"
13   },
14   "source": {
15     "git": "https://github.com/tetujin/ESense.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "ESense/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "CoreBluetooth"
25   ]