blob: 0d9d4191fa89c8caa1f296bf9e188fbfcee8bdba [file] [log] [blame]
{
"name": "CoreBluetoothMock",
"version": "0.11.0",
"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.11.0"
},
"social_media_url": "https://twitter.com/nordictweets",
"platforms": {
"ios": "8.0",
"osx": "10.13",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2"
],
"pod_target_xcconfig": {
"BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
},
"source_files": "CoreBluetoothMock/Classes/**/*",
"swift_version": "5.2"
}