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",
12 "nabto": "apps@nabto.com"
15 "http": "https://download.nabto.com/ug/nabto-ios-sdk-3.0.15.zip"
17 "social_media_url": "https://twitter.com/nabto_com",
21 "vendored_libraries": [
22 "SDK/lib/libnabto_client_api_static.a",
23 "SDK/lib/libnabto_static_external.a"
25 "source_files": "SDK/include/nabto_client_api.h",
26 "pod_target_xcconfig": {
27 "OTHER_LDFLAGS": "-ObjC -lstdc++"
29 "resources": "SDK/share/nabto/*",
30 "preserve_paths": "SDK/**/*.*"