blob: f84eba787c287da4facfdcaad49b71094132f6c6 [file] [log] [blame]
{
"name": "SKBluetoothPermissions",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"summary": "SKBluetoothPermissions allows you to check Bluetooth permissions",
"requires_arc": true,
"version": "0.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Serhii Kostian": "skostyan666@gmail.com"
},
"homepage": "https://github.com/sjsoad/BluetoothPermissions",
"source": {
"git": "https://github.com/sjsoad/BluetoothPermissions.git",
"tag": "0.0.2"
},
"frameworks": "CoreBluetooth",
"source_files": "BluetoothPermissions/**/*.{swift}",
"dependencies": {
"SKServicePermissions": [
]
}
}