[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 7 / 8 / nRFMeshProvision / 3.0-beta1 / nRFMeshProvision.podspec.json
blobe3cfc7f1bc49a7c3efdb86721be3ba8e9af98601
2   "name": "nRFMeshProvision",
3   "version": "3.0-beta1",
4   "summary": "A Bluetooth Mesh library",
5   "description": "nRF Mesh is a Bluetooth Mesh compliant library that has many features such as provisioning, configuration and control of Bluetooth Mesh compliant nodes.",
6   "homepage": "https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library",
7   "license": {
8     "type": "BSD-3-Clause",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aleksander Nowakowski": "aleksander.nowakowski@nordicsemi.no"
13   },
14   "source": {
15     "git": "https://github.com/NordicSemiconductor/IOS-nRF-Mesh-Library.git",
16     "tag": "3.0-beta1"
17   },
18   "social_media_url": "https://twitter.com/nordictweets",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.15"
22   },
23   "static_framework": true,
24   "swift_versions": [
25     "4.2",
26     "5.0",
27     "5.1",
28     "5.2",
29     "5.3"
30   ],
31   "source_files": "nRFMeshProvision/Classes/**/*",
32   "dependencies": {
33     "OpenSSL-Universal": [
34       "= 1.0.2.19"
35     ]
36   },
37   "frameworks": "CoreBluetooth",
38   "pod_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "user_target_xcconfig": {
42     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
43   },
44   "swift_version": "5.3"