[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / a / NabtoSDK / 0.0.16 / NabtoSDK.podspec.json
blob9c07c02e15b19e7505e9fb2e0ef2492c8851daf4
2   "name": "NabtoSDK",
3   "version": "0.0.16",
4   "summary": "Native C-based Nabto Client SDK to securely access devices using the Nabto P2P communication platform.",
5   "description": "This is the low level native C Nabto Client SDK. Normally you would use the iOS client api that provides better abstractions.",
6   "homepage": "https://www.nabto.com",
7   "license": {
8     "type": "Commercial",
9     "file": "NabtoClient.framework/LICENSE "
10   },
11   "source": {
12     "http": "https://download.nabto.com/ug/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",
33   "deprecated_in_favor_of": "NabtoClient"