blob: 6741e69e14a9f05b7473608eae7cffd4484bfdb6 [file] [log] [blame]
{
"name": "CoreBluetoothMock",
"version": "0.12.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.12.0"
},
"social_media_url": "https://twitter.com/nordictweets",
"platforms": {
"ios": "9.0",
"osx": "10.13",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2",
"5.3"
],
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"source_files": "CoreBluetoothMock/Classes/**/*",
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"swift_version": "5.3"
}