blob: d8893ce02098c47f5e301aef7ea713baf208ec6b [file] [log] [blame]
{
"name": "BluetoothKit",
"version": "0.2.1",
"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.1"
},
"source_files": [
"Source/**/*.{swift}",
"Umbrella/**/*.{h}"
],
"requires_arc": true,
"platforms": {
"osx": "10.10",
"ios": "8.0"
}
}