[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 5 / 0 / a / NabtoSDK / 0.0.15 / NabtoSDK.podspec.json
blob289ad3d77b466cb62aaada684af9e92680b0ee8f
2   "name": "NabtoSDK",
3   "version": "0.0.15",
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": "LICENSE"
10   },
11   "authors": {
12     "nabto": "apps@nabto.com"
13   },
14   "source": {
15     "http": "https://download.nabto.com/ug/nabto-ios-sdk-3.0.15.zip"
16   },
17   "social_media_url": "https://twitter.com/nabto_com",
18   "platforms": {
19     "ios": "5.0"
20   },
21   "vendored_libraries": [
22     "SDK/lib/libnabto_client_api_static.a",
23     "SDK/lib/libnabto_static_external.a"
24   ],
25   "source_files": "SDK/include/nabto_client_api.h",
26   "pod_target_xcconfig": {
27     "OTHER_LDFLAGS": "-ObjC -lstdc++"
28   },
29   "resources": "SDK/share/nabto/*",
30   "preserve_paths": "SDK/**/*.*"