[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / a / 2 / com.awareframework.ios.sensor.significantmotion / 0.2.2 / com.awareframework.ios.sensor.significantmotion.podspec.json
blobe6b2955ac2f764875cbe21e02ee7e027b4406b58
2   "name": "com.awareframework.ios.sensor.significantmotion",
3   "version": "0.2.2",
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     "tetujin": "tetujin@ht.sfc.keio.ac.jp"
13   },
14   "source": {
15     "git": "https://github.com/awareframework/com.awareframework.ios.sensor.significantmotion.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "com.awareframework.ios.sensor.significantmotion/Classes/**/*",
23   "frameworks": "CoreMotion",
24   "dependencies": {
25     "com.awareframework.ios.sensor.core": [
26       "~> 0.3.3"
27     ]
28   }