[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / 3 / f / IOS-BLE-Library-Mock / 0.1.4 / IOS-BLE-Library-Mock.podspec.json
blob45c7faca2d7343d25b019fbca090cb66c6766178
2   "name": "IOS-BLE-Library-Mock",
3   "swift_versions": "5.0",
4   "version": "0.1.4",
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.1.4"
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"