blob: 4c8b98221513e7770928192f7c4ac8f7a209cc9d [file] [log] [blame]
{
"name": "LocationServiceBLE",
"version": "0.0.1",
"summary": "LocationServiceBLE exposes location data via Bluetooth",
"description": "LocationServiceBLE exposes server client relation where server - peripheral device advertises its service with characteristics and upon connection with client or central device sends or recieves data depends of characteristic properties.",
"homepage": "https://github.com/trajcebg/LocationServiceBLE",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"trajcebg": "marko.trajcevic@gmail.com"
},
"source": {
"git": "https://github.com/trajcebg/LocationServiceBLE.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "LocationServiceBLE/Classes/**/*",
"swift_version": "4.2"
}