blob: 067c1ffa6b32af04f8272c2dfffc2b86f4261365 [file] [log] [blame]
{
"name": "libBlueReader",
"version": "0.0.10",
"summary": "libBlueReader is the companion library to the open-source blueReader Hardware",
"description": "The blueReader NFC-BLE-Adapter is a ready to buy or diy Hardware for reading and writing nfc-tags via a bluetooth enabled Device. This library implements the interfaces for iOS to find a blueReader Bluetooth device, configure the device, and read/ write Tags",
"homepage": "https://github.com/SandraK82/libBlueReader-iOS",
"license": "MIT",
"authors": {
"Sandra Keßler": "sk@softwarehaus-kassel.de"
},
"source": {
"git": "https://github.com/SandraK82/libBlueReader-iOS.git",
"tag": "0.0.10"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"libBlueReader": [
"Pod/Assets/*.png"
]
},
"ios": {
"frameworks": "CoreBluetooth"
},
"public_header_files": "Pod/Classes/blueReader.h"
}