| { |
| "name": "YmsCoreBluetooth", |
| "version": "1.08.0", |
| "description": "A block-based framework for building Bluetooth 4.0 Low Energy (aka Smart or LE) iOS and OS X applications using the CoreBluetooth API. Includes Deanna and DeannaMac, applications to communicate with a TI SensorTag for iOS and OS X respectively.", |
| "homepage": "https://github.com/kickingvegas/YmsCoreBluetooth", |
| "summary": "A block-based framework for building Bluetooth 4.0 Low Energy (aka Smart or LE) iOS and OS X applications using the CoreBluetooth API.", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "Charles Choi": "charles.choi@yummymelon.com" |
| }, |
| "platforms": { |
| "ios": "7.0", |
| "osx": "10.9" |
| }, |
| "source": { |
| "git": "https://github.com/kickingvegas/YmsCoreBluetooth.git", |
| "tag": "1.08.0" |
| }, |
| "source_files": [ |
| "YmsCoreBluetooth", |
| "YmsCoreBluetooth/**/*.{h,m,c}" |
| ], |
| "public_header_files": "YmsCoreBluetooth/**/*.h", |
| "ios": { |
| "frameworks": "CoreBluetooth" |
| }, |
| "osx": { |
| "frameworks": [ |
| "IOBluetooth", |
| "IOBluetoothUI" |
| ] |
| }, |
| "requires_arc": true |
| } |