[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 3 / 6 / NabtoAPI / 4.7.0 / NabtoAPI.podspec.json
blob92c7a0aa66e0db94f1d952ed0fcc01c46a7af09e
2   "name": "NabtoAPI",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "version": "4.7.0",
7   "summary": "Nabto Client API (core library files)",
8   "description": "This pod installs the iOS version of the cross-platform ANSI C based Nabto Client API library. You should probably use the Nabto Client pod instead as it provides a higher level Objective C wrapper. Any suggestions on how to cleanly combine source files (the Objective C wrapper) with an external dependency (not in github - the large Nabto library files are deployed on CDN) are appreciated :-).\n\nThe 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.",
9   "homepage": "https://www.nabto.com",
10   "license": {
11     "type": "Commercial",
12     "file": "nabto-libs-ios-static/ios/LICENSE.txt"
13   },
14   "authors": {
15     "Nabto": "apps@nabto.com"
16   },
17   "source": {
18     "http": "https://downloads.nabto.com/assets/nabto-ios-client-static/4.7.0/nabto-libs-ios-static.zip"
19   },
20   "source_files": [
21     "nabto-libs-ios-static/ios/lib",
22     "nabto-libs-ios-static/ios/include/*.h"
23   ],
24   "public_header_files": "**/*.h",
25   "ios": {
26     "libraries": [
27       "c++",
28       "stdc++"
29     ]
30   },
31   "vendored_libraries": [
32     "nabto-libs-ios-static/ios/lib/libnabto_client_api_static.a",
33     "nabto-libs-ios-static/ios/lib/libnabto_static_external.a"
34   ],
35   "static_framework": true,
36   "user_target_xcconfig": {
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
38   },
39   "pod_target_xcconfig": {
40     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
41   }