blob: 767a9faae8850b488c8cb06f9f45c1d09e40350b [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.locations",
"version": "0.2.1",
"summary": "A Location Sensor Module for AWARE Framework",
"description": "The locations sensor provides the best location estimate for the users’ current location, automatically. The location data is provided by [Core Location](https://developer.apple.com/documentation/corelocation).",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.locations",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.locations.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.locations/Classes/**/*",
"frameworks": "CoreLocation",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~>0.3.1"
]
}
}