blob: 8f1937fe15b76993ca41c021f9e454e0ab73036a [file] [log] [blame]
{
"name": "YmsCoreBluetooth",
"version": "1.07",
"summary": "ObjectiveC Block-based API for Bluetooth LE communication.",
"description": " A block-based framework for building Bluetooth 4.0 Low Energy (aka Smart or LE) iOS 7 or OS X 10.9 applications using the CoreBluetooth API. Includes *Deanna* and *DeannaMac*, applications to communicate with a [TI SensorTag](http://processors.wiki.ti.com/index.php/Bluetooth_SensorTag) for iOS and OS X respectively.\n",
"homepage": "https://github.com/myrual/YmsCoreBluetooth.git",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Charles Choi": "charles.choi@yummymelon.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.8.5"
},
"source": {
"git": "https://github.com/myrual/YmsCoreBluetooth.git",
"tag": "v1.07"
},
"source_files": [
"YmsCoreBluetooth",
"YmsCoreBluetooth/**/*.{h,m}"
],
"exclude_files": "YmsCoreBluetooth/Exclude",
"requires_arc": true
}