blob: 346cc1806577facadd8666d841894a8069a886f5 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.timezone",
"version": "0.2.1",
"summary": "A Timezone Sensor Module for AWARE Framework.",
"description": "The timezone sensor keeps track of the user’s current timezone.",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.timezone",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.timezone.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.timezone/Classes/**/*",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.3.1"
]
}
}