blob: 26a981f19a9760d3a4abc4c9060c6403c09ba857 [file] [log] [blame]
{
"name": "NabtoClient",
"version": "4.1.8",
"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. The latter can also be used directly through nabto_client_aph.h.",
"homepage": "https://www.nabto.com",
"license": {
"type": "Commercial",
"file": "NabtoClient.framework/LICENSE"
},
"source": {
"http": "https://www.nabto.com/downloads/nabto-ios-client/4.1.8/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": "8.0"
},
"ios": {
"preserve_paths": "NabtoClient.framework",
"libraries": [
"c++",
"stdc++"
]
},
"vendored_frameworks": "NabtoClient.framework"
}