[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 5 / 1 / NabtoClient / 7.3.0-rc1 / NabtoClient.podspec.json
blob77c107a14aed7a3a2818eba5ad4c022d362af2b8
2   "name": "NabtoClient",
3   "version": "7.3.0-rc1",
4   "summary": "Nabto 4/Micro 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 4/Micro 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\nNOTE! The version number only reflects the wrapper version: The actual API version of the Nabto 4/Micro Client SDK wrapped is 4.7.0.\n\nThis is a legacy product. To use the current generation Nabto platform from iOS, Nabto 5/Edge, you can use the NabtoEdgeClientSwift pod. Read more on https://docs.nabto.com/developer/guides/overview/platform-overview.html and https://docs.nabto.com/developer/guides/get-started/ios/intro.html.",
6   "authors": {
7     "Nabto": "apps@nabto.com"
8   },
9   "homepage": "https://www.nabto.com",
10   "license": {
11     "type": "Commercial",
12     "file": "LICENSE"
13   },
14   "platforms": {
15     "ios": "14.5"
16   },
17   "source_files": "NabtoClient/**/*.{h,m,mm}",
18   "source": {
19     "git": "https://github.com/nabto/nabto-ios-client.git",
20     "tag": "7.3.0-rc1"
21   },
22   "dependencies": {
23     "NabtoAPI": [
24       "~> 4.7.2-rc1"
25     ]
26   }