blob: 64c8b28a756355a663fa6a045f2f8993adc4881d [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.ibeacon",
"version": "0.1.0",
"summary": "iBeacon Sensor Module for AWARE Framework.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.ibeacon",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "yuuki.nishiyama@oulu.fi"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.ibeacon.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.ibeacon/Classes/**/*",
"frameworks": "CoreLocation",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.4.2"
]
}
}