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