blob: c023e19bbd0a488765eff2a785023f02ad4a23ff [file] [log] [blame]
{
"name": "BluetoothKit-fork",
"version": "0.4.6",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/iain17/BluetoothKit",
"authors": {
"Rasmus Taulborg Hummelmose": "rasmus@hummelmose.dk"
},
"summary": "Easily communicate between iOS devices using BLE.",
"source": {
"git": "https://github.com/iain17/BluetoothKit.git",
"tag": "0.4.6"
},
"source_files": [
"Source/**/*.{swift}",
"Umbrella/**/*.{h}"
],
"requires_arc": true,
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"tvos": {
"exclude_files": [
"Source/BKCBPeripheralManagerDelegateProxy.swift",
"Source/BKPeripheral.swift",
"Source/BKPeripheralConfiguration.swift",
"Source/BKPeripheralStateMachine.swift",
"Source/BKRemoteCentral.swift"
]
}
}