[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 5 / 1 / NabtoClient / 0.1.0 / NabtoClient.podspec.json
blob5b9563fa9ba46ed2ff2f97c4432aa7785a1b3606
2   "name": "NabtoClient",
3   "version": "0.1.0",
4   "summary": "Nabto Client SDK to securely access devices using the Nabto P2P communication platform.",
5   "description": "The Nabto communication platform enables you to establish direct connections from a client to even the most resource constrained devices, regardless of the firewall configuration of each peer - a P2P middleware that supports IoT well. The platform has been designed from the ground and up with strong security as a focal point. All in all, it enables vendors to create simple, high performant and secure solutions for their Internet connected products with very little effort.",
6   "homepage": "https://www.nabto.com",
7   "license": {
8     "type": "Commercial",
9     "file": "NabtoClient.framework/LICENSE "
10   },
11   "source": {
12     "http": "https://download.nabto.com/ug/NabtoClient.framework.zip"
13   },
14   "source_files": [
15     "Pod/Classes/**/*",
16     "NabtoClient.framework/Headers/*.h"
17   ],
18   "public_header_files": "NabtoClient.framework/Headers/**/*.h",
19   "authors": {
20     "nabto": "apps@nabto.com"
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "ios": {
26     "preserve_paths": "NabtoClient.framework",
27     "libraries": [
28       "c++",
29       "stdc++"
30     ]
31   },
32   "vendored_frameworks": "NabtoClient.framework"