[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 8 / a / 2 / com.awareframework.ios.sensor.significantmotion / 0.2.0 / com.awareframework.ios.sensor.significantmotion.podspec.json
blob392ce2d2f34a56e6e58ae79a41ded7830c150d8e
2   "name": "com.awareframework.ios.sensor.significantmotion",
3   "version": "0.2.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     "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.0"
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.1"
27     ]
28   }