IOS-CoreBluetooth-Mock/Example/Pods/Local Podspecs/CoreBluetoothMock.podspec.json

38 lines
959 B
JSON

{
"name": "CoreBluetoothMock",
"version": "0.16.1",
"summary": "Mocking library for CoreBluetooth.",
"description": "This is a mocking library for CoreBluetooth framework. Allows to mock a Bluetooth Low Energy\ndevice and test the app on simulator.",
"homepage": "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock",
"license": {
"type": "BSD 3-Clause",
"file": "LICENSE"
},
"authors": {
"Aleksander Nowakowski": "aleksander.nowakowski@nordicsemi.no"
},
"source": {
"git": "https://github.com/NordicSemiconductor/IOS-CoreBluetooth-Mock.git",
"tag": "0.16.1"
},
"social_media_url": "https://twitter.com/nordictweets",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0",
"watchos": "4.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2",
"5.3",
"5.4",
"5.5",
"5.6"
],
"source_files": "CoreBluetoothMock/**/*",
"swift_version": "5.6"
}