[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / b / 5 / 1 / NabtoClient / 4.1.12 / NabtoClient.podspec.json
blob526ed11a698276ec97d0f1624c698bd76dbb53e2
2   "name": "NabtoClient",
3   "version": "4.1.12",
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.12/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"