[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / d / 7 / 6 / libBlueReader / 0.0.2 / libBlueReader.podspec.json
blob9ac7d2f884b63cb4e7eef96e6528ade4752bec3c
2   "name": "libBlueReader",
3   "version": "0.0.2",
4   "summary": "libBlueReader is the companion library to the open-source blueReader Hardware",
5   "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",
6   "homepage": "https://github.com/SandraK82/libBlueReader-iOS",
7   "license": "MIT",
8   "authors": {
9     "Sandra Keßler": "sk@softwarehaus-kassel.de"
10   },
11   "source": {
12     "git": "https://github.com/SandraK82/libBlueReader-iOS.git",
13     "tag": "0.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "libBlueReader": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "ios": {
26     "frameworks": "CoreBluetooth"
27   },
28   "public_header_files": "Pod/Classes/blueReader.h"