blob: 9bed9b485a66e2f1e19263d0ff9ba96d286cc630 [file] [log] [blame]
{
"name": "LocationServiceBLE",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "LocationServiceBLE/Classes/**/*",
"swift_version": "4.2"
}