5 "DanKalinin": "daniil5511@gmail.com"
8 "homepage": "https://github.com/DanKalinin/UARTManager",
10 "git": "https://github.com/DanKalinin/UARTManager.git",
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.",
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"
27 "frameworks": "UIKit",
28 "source_files": "Pod/Classes/**/*.{h,m}",
29 "public_header_files": "Pod/Classes/**/*.h"