[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / c / 4 / roam-ios / 0.0.2 / roam-ios.podspec.json
blobfbe17553be79f2b8ff1ce17f50372e86da56c777
2   "name": "roam-ios",
3   "version": "0.0.2",
4   "summary": "High accuracy and battery efficient location SDK for iOS by Roam.ai",
5   "homepage": "https://roam.ai",
6   "social_media_url": "https://twitter.com/roam_ai",
7   "authors": {
8     "Roam B.V": "support@roam.ai"
9   },
10   "platforms": {
11     "ios": "10.0"
12   },
13   "source": {
14     "git": "https://github.com/roam-ai/roam-ios.git",
15     "tag": "0.0.2"
16   },
17   "source_files": "Roam/Roam.framework/Headers/*.h",
18   "vendored_frameworks": "Roam/Roam.framework",
19   "module_map": "Roam/Roam.framework/Modules/module.modulemap",
20   "module_name": "Roam",
21   "dependencies": {
22     "CocoaMQTT/WebSockets": [
23       "1.3.0-rc.1"
24     ]
25   },
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "license": {
33     "type": "Copyright",
34     "text": "Copyright (c) 2021 Roam B.V, All rights reserved."
35   }