[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 6 / 4 / 5 / com.awareframework.ios.sensor.rotation / 0.2.3 / com.awareframework.ios.sensor.rotation.podspec.json
blob07e2074154af6a936840461a2ae525088aa54e6d
2   "name": "com.awareframework.ios.sensor.rotation",
3   "version": "0.2.3",
4   "summary": "A Rotation Sensor Module for AWARE Framework.",
5   "description": "com.awareframework.ios.sensor.rotation (Rotation) is a sensor module for Aware Framework. This module provides the devices' rotation rates. The data is provided by Core Motion's sensor fusion algorithms.\n\nhttps://developer.apple.com/documentation/coremotion/cmmotionmanager",
6   "homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.rotation",
7   "license": {
8     "type": "Apache2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tetujin": "tetujin@ht.sfc.keio.ac.jp"
13   },
14   "source": {
15     "git": "https://github.com/awareframework/com.awareframework.ios.sensor.rotation.git",
16     "tag": "0.2.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "com.awareframework.ios.sensor.rotation/Classes/**/*",
23   "frameworks": "CoreMotion",
24   "dependencies": {
25     "com.awareframework.ios.sensor.core": [
26       "~> 0.3.1"
27     ]
28   }