[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / 3 / 6 / SKBluetoothPermissions / 0.0.2 / SKBluetoothPermissions.podspec.json
blobf84eba787c287da4facfdcaad49b71094132f6c6
2   "name": "SKBluetoothPermissions",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "swift_version": "4.0",
7   "summary": "SKBluetoothPermissions allows you to check Bluetooth permissions",
8   "requires_arc": true,
9   "version": "0.0.2",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Serhii Kostian": "skostyan666@gmail.com"
16   },
17   "homepage": "https://github.com/sjsoad/BluetoothPermissions",
18   "source": {
19     "git": "https://github.com/sjsoad/BluetoothPermissions.git",
20     "tag": "0.0.2"
21   },
22   "frameworks": "CoreBluetooth",
23   "source_files": "BluetoothPermissions/**/*.{swift}",
24   "dependencies": {
25     "SKServicePermissions": [
27     ]
28   }