blob: 99ad08d15e32f00f443ff6656f47c92270610f01 [file] [log] [blame]
{
"name": "BluetoothKit",
"version": "0.2.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/rasmusth/BluetoothKit",
"authors": {
"Rasmus Taulborg Hummelmose": "rasmus@hummelmose.dk"
},
"summary": "Easily communicate between iOS devices using BLE.",
"source": {
"git": "https://github.com/rasmusth/BluetoothKit.git",
"tag": "0.2.0"
},
"source_files": [
"Source/**/*.{swift}",
"Umbrella/**/*.{h}"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}