[Add] AlibabacloudEmrServerlessSpark20230808 1.8.0
[CocoaPods.git] / Specs / 1 / 2 / 8 / CygnusReach / 1.5.1 / CygnusReach.podspec.json
blob0a35288994835d75cd8da86a4e91bc77ae77f77f
2   "name": "CygnusReach",
3   "version": "1.5.1",
4   "source": {
5     "http": "https://github.com/cygnus-technology/reach-ios-framework/releases/download/v1.5.1/CygnusReach.zip"
6   },
7   "license": {
8     "type": "PRIVATE",
9     "file": "CygnusReach/LICENSE"
10   },
11   "summary": "SDK to enable easy remote support sessions",
12   "description": "Reduce support call time and increase customer satisfaction for your internet of things solutions with Reachâ„  remote support.",
13   "platforms": {
14     "ios": "13"
15   },
16   "authors": "Cygnus",
17   "homepage": "https://cygnustechnology.com",
18   "social_media_url": "https://www.linkedin.com/company/cygnus-iot",
19   "default_subspecs": "Core",
20   "dependencies": {
21     "PromiseKit": [
22       "~> 8"
23     ]
24   },
25   "swift_versions": "5.10",
26   "static_framework": false,
27   "user_target_xcconfig": {
28     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
29   },
30   "pod_target_xcconfig": {
31     "DEFINES_MODULE": "YES",
32     "OTHER_SWIFT_FLAGS": "-no-verify-emitted-module-interface"
33   },
34   "subspecs": [
35     {
36       "name": "Core",
37       "vendored_frameworks": "CygnusReach/Frameworks/RemoteSupport.xcframework",
38       "dependencies": {
39         "CocoaMQTT": [
40           "~> 2.1.3"
41         ],
42         "WebRTC-lib": [
43           "~> 120.0.0"
44         ]
45       }
46     },
47     {
48       "name": "ReachProtocol",
49       "vendored_frameworks": "CygnusReach/Frameworks/ReachProtocol.xcframework",
50       "dependencies": {
51         "SwiftProtobuf": [
52           "~> 1.27.0"
53         ]
54       }
55     },
56     {
57       "name": "UI",
58       "vendored_frameworks": "CygnusReach/Frameworks/CygnusUI.xcframework",
59       "dependencies": {
60         "CygnusReach/Core": [
62         ],
63         "CygnusReach/ReachProtocol": [
65         ],
66         "Toast-Swift": [
67           "~> 5.1.1"
68         ]
69       }
70     }
71   ],
72   "swift_version": "5.10"