[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 7 / 3 / f / IOS-BLE-Library-Mock / 0.3.1 / IOS-BLE-Library-Mock.podspec.json
blobed5ed24b68d2a66762257cf4a0492a6e5d698edd
2   "name": "IOS-BLE-Library-Mock",
3   "swift_versions": "5.0",
4   "version": "0.3.1",
5   "summary": "Extension for standard CoreBluetooth framework that is based on Combine and brings Reactive Approach. This version of the library uses CoreBluetoothMock for testing and running on simulator. But it can be usen on real devices and in production as well.",
6   "homepage": "https://github.com/NordicSemiconductor/IOS-BLE-Library",
7   "license": {
8     "type": "BSD-3-Clause",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nordic Semiconductor ASA": "mag@nordicsemi.no"
13   },
14   "source": {
15     "git": "https://github.com/NordicSemiconductor/IOS-BLE-Library.git",
16     "tag": "0.3.1"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "12"
21   },
22   "source_files": "Sources/iOS-BLE-Library-Mock/**/*",
23   "dependencies": {
24     "CoreBluetoothMock": [
25       "~> 0.17.0"
26     ]
27   },
28   "swift_version": "5.0"