blob: 27cf8075c74601191c696d6d695e2a3d4c33018e [file] [log] [blame]
{
"name": "nRFMeshProvision",
"version": "3.0.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": "3.0.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",
"5.3"
],
"source_files": "nRFMeshProvision/Classes/**/*",
"dependencies": {
"CryptoSwift": [
"= 1.3.8"
]
},
"frameworks": "CoreBluetooth",
"swift_version": "5.3"
}