blob: dcdcdaefc79cdfdf55273edff7415eea02ffc56d [file] [log] [blame]
{
"name": "nRFMeshProvision",
"version": "2.2.2",
"summary": "A Bluetooth Mesh library",
"description": "nRF Mesh is a Bluetooth Mesh compliant library that has many features such as provisioning, configuration and control of Bluetooth Mesh compliant nodes.",
"homepage": "https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library",
"license": {
"type": "BSD-3-Clause",
"file": "LICENSE"
},
"authors": {
"Aleksander Nowakowski": "aleksander.nowakowski@nordicsemi.no"
},
"source": {
"git": "https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library.git",
"tag": "2.2.2"
},
"social_media_url": "https://twitter.com/nordictweets",
"platforms": {
"ios": "10.0",
"osx": "10.15"
},
"static_framework": true,
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2"
],
"source_files": "nRFMeshProvision/Classes/**/*",
"dependencies": {
"OpenSSL-Universal": [
"= 1.0.2.19"
]
},
"frameworks": "CoreBluetooth",
"swift_version": "5.2"
}