[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / d / 7 / 8 / nRFMeshProvision / 4.2.0 / nRFMeshProvision.podspec.json
blob470dcb56720454b68edaae1ad925f0e890b79c7d
2   "name": "nRFMeshProvision",
3   "module_name": "NordicMesh",
4   "version": "4.2.0",
5   "summary": "A Bluetooth Mesh library",
6   "description": "nRF Mesh is a Bluetooth mesh compliant library supporting features such as provisioning, configuration and control of Bluetooth mesh nodes.",
7   "homepage": "https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library",
8   "license": {
9     "type": "BSD-3-Clause",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Aleksander Nowakowski": "aleksander.nowakowski@nordicsemi.no"
14   },
15   "source": {
16     "git": "https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library.git",
17     "tag": "4.2.0"
18   },
19   "social_media_url": "https://twitter.com/nordictweets",
20   "platforms": {
21     "ios": "13.0",
22     "osx": "10.15"
23   },
24   "static_framework": true,
25   "swift_versions": [
26     "5.5",
27     "5.6",
28     "5.7",
29     "5.8",
30     "5.9"
31   ],
32   "source_files": [
33     "Library/**/*.swift",
34     "Library/Documentation.docc/*.md"
35   ],
36   "resource_bundles": {
37     "PrivacyInfo": [
38       "Library/Resources/PrivacyInfo.xcprivacy"
39     ]
40   },
41   "dependencies": {
42     "CryptoSwift": [
43       "= 1.8.1"
44     ]
45   },
46   "frameworks": "CoreBluetooth",
47   "swift_version": "5.9"