blob: 6c8cee99dc59d407f3e6b23115a025242463eac2 [file] [log] [blame]
{
"name": "BluetoothKit-fork",
"version": "0.4.2",
"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.2"
},
"source_files": [
"Source/**/*.{swift}",
"Umbrella/**/*.{h}"
],
"requires_arc": true,
"platforms": {
"osx": "10.10",
"ios": "8.0",
"tvos": "9.0"
},
"tvos": {
"exclude_files": [
"Source/BKCBPeripheralManagerDelegateProxy.swift",
"Source/BKPeripheral.swift",
"Source/BKPeripheralConfiguration.swift",
"Source/BKPeripheralStateMachine.swift",
"Source/BKRemoteCentral.swift"
]
}
}