blob: 9c07c02e15b19e7505e9fb2e0ef2492c8851daf4 [file] [log] [blame]
{
"name": "NabtoSDK",
"version": "0.0.16",
"summary": "Native C-based Nabto Client SDK to securely access devices using the Nabto P2P communication platform.",
"description": "This is the low level native C Nabto Client SDK. Normally you would use the iOS client api that provides better abstractions.",
"homepage": "https://www.nabto.com",
"license": {
"type": "Commercial",
"file": "NabtoClient.framework/LICENSE "
},
"source": {
"http": "https://download.nabto.com/ug/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",
"deprecated_in_favor_of": "NabtoClient"
}