[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 1 / c / UARTManager / 0.1.0 / UARTManager.podspec.json
blob2d8b390c82f17f9e1736b3abab50af16a74a7dca
2   "name": "UARTManager",
3   "version": "0.1.0",
4   "authors": {
5     "DanKalinin": "daniil5511@gmail.com"
6   },
7   "license": "MIT",
8   "homepage": "https://github.com/DanKalinin/UARTManager",
9   "source": {
10     "git": "https://github.com/DanKalinin/UARTManager.git",
11     "tag": "0.1.0"
12   },
13   "summary": "UART-communication library over Bluetooth.",
14   "description": "UARTManager presents the UART-communication library over Bluetooth. Some BLE SoCs, such as nRF51 series from Nordic Semiconductor include on-board UART profile which allows to use BLE as UART bus. This profile is presented by UART service and by TX and RX characteristics.\nFeatures:\n* Library provides a complete solution to communicate with Nordic BLE chips over UART.\n* Vendors can implement their own protocol over UART profile using the system of commands and responses to them.\n* Library provides UARTCommand class allowing to easy implement own command system by overriding - isRXPacket:responseToTXPacket: method.\n* Command roundtrip time measurement with up to nanosecond accuracy. Precise system timing functions are used for that.\n* Modern API providing flexible mechanism of callbacks based on blocks, notifications and delegates. It's up to you which pattern to use.",
15   "screenshots": [
16     "https://dl.dropbox.com/s/6ffpukyf2fbiugk/Home.PNG",
17     "https://dl.dropbox.com/s/z1xfqureesbwns4/Add%20command.PNG",
18     "https://dl.dropbox.com/s/ufqpttrr90n8lrw/Commands.PNG",
19     "https://dl.dropbox.com/s/50l5hmvvk0e7usx/Results.PNG",
20     "https://dl.dropbox.com/s/wfz84hkgt0de4mp/Failure%20reason.PNG",
21     "https://dl.dropbox.com/s/ielmi7hnbgjeb84/Settings.PNG"
22   ],
23   "platforms": {
24     "ios": "8.0"
25   },
26   "requires_arc": true,
27   "frameworks": "UIKit",
28   "source_files": "Pod/Classes/**/*.{h,m}",
29   "public_header_files": "Pod/Classes/**/*.h"