[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 8 / a / 2 / com.awareframework.ios.sensor.significantmotion / 0.5.0 / com.awareframework.ios.sensor.significantmotion.podspec.json
blobb9a6221f8104e484b05086b9c223b31b9df9cf94
2   "name": "com.awareframework.ios.sensor.significantmotion",
3   "version": "0.5.0",
4   "summary": "A Significant Motion Sensor Module for AWARE Framework.",
5   "description": "This sensor is used to track device significant motion. Also used internally by AWARE if available to save battery when the device is still with high-frequency sensors. SignificantMotionSensor.Observer allows programmers to take actions on detection of a significant motion.",
6   "homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.significantmotion",
7   "license": {
8     "type": "Apache2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yuuki Nishiyama": "yuukin@iis.u-tokyo.ac.jp"
13   },
14   "source": {
15     "git": "https://github.com/awareframework/com.awareframework.ios.sensor.significantmotion.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "4.2",
22   "source_files": "com.awareframework.ios.sensor.significantmotion/Classes/**/*",
23   "frameworks": "CoreMotion",
24   "dependencies": {
25     "com.awareframework.ios.sensor.core": [
26       "~> 0.5.3"
27     ]
28   },
29   "swift_version": "4.2"