blob: c41b5987c7f449dbeb396c99caa164ccba827c58 [file] [log] [blame]
{
"name": "NabtoClient",
"version": "5.1.1",
"summary": "Nabto Client SDK",
"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.\n\nThe 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.\n\nThe Nabto Client SDK for iOS comes as a framework that provides a simple Objective C wrapper (NabtoClient.h) for accessing the underlying general Nabto Client SDK. For direct access to all features of the latter, please use the NabtoAPI pod.\n\nThe change in major version does not reflect the wrapped Nabto Client SDK: The underlying Nabto Client SDK version is 4.5.0 - but breaking changes have been applied to the wrapper's interface (to not depend on the raw nabto_client_api.h header file from the public wrapper header).",
"homepage": "https://www.nabto.com",
"license": {
"type": "Commercial",
"file": "NabtoClient.framework/LICENSE"
},
"source": {
"http": "https://downloads.nabto.com/assets/nabto-ios-client/5.1.1/NabtoClient.framework.zip"
},
"source_files": [
"Pod/Classes/**/*",
"NabtoClient.framework/Headers/*.h"
],
"public_header_files": "NabtoClient.framework/Headers/**/*.h",
"authors": {
"nabto": "apps@nabto.com"
},
"platforms": {
"ios": "11.0"
},
"ios": {
"preserve_paths": "NabtoClient.framework",
"libraries": [
"c++",
"stdc++"
]
},
"vendored_frameworks": "NabtoClient.framework"
}