blob: 3487369bb9b4d45cfcf52f33c08c7ea3baf72cc0 [file] [log] [blame]
{
"name": "BluetoothLEManager",
"version": "1.0.2",
"summary": "BluetoothLEManager is a library to manage BLE-related tasks",
"source": {
"git": "https://github.com/Hassaniiii/BLEManager.git",
"branch": "master",
"tag": "1.0.0"
},
"description": "This is a simple and comprehensive library to deal with Bluetooth Low Energy tasks.\nIf you want to implement either Peripheral or Central role, you can use this library easily.",
"homepage": "http://www.vancosys.com",
"license": {
"type": "GNU",
"file": "LICENSE.txt"
},
"authors": "Hassan Shahbazi",
"social_media_url": "https://www.linkedin.com/in/hassanshahbazi/",
"platforms": {
"ios": "10.0"
},
"source_files": [
"Classes",
"BLEManager/Classes/*.{h,m,plist}"
],
"exclude_files": "Classes/Exclude"
}