blob: 74eb36452a18c260e392e5cc04db72c36e2763cc [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.locations",
"version": "0.2.2",
"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.2"
},
"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"
]
}
}