[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 5 / 1 / NabtoClient / 4.1.10 / NabtoClient.podspec.json
blob1028bc507ae089def0bc2283b7ebff459438f0df
2   "name": "NabtoClient",
3   "version": "4.1.10",
4   "summary": "Nabto Client SDK",
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. \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.",
6   "homepage": "https://www.nabto.com",
7   "license": {
8     "type": "Commercial",
9     "file": "NabtoClient.framework/LICENSE"
10   },
11   "source": {
12     "http": "https://www.nabto.com/downloads/nabto-ios-client/4.1.10/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"