[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 1 / 2 / 8 / CygnusReach / 1.2.2-beta3 / CygnusReach.podspec.json
blobdb03243b8420c14c423464f53fd9410a9ebcb80b
2   "name": "CygnusReach",
3   "version": "1.2.2-beta3",
4   "source": {
5     "http": "https://github.com/cygnus-technology/reach-ios-framework/blob/1.2.2-beta3/CygnusReach.zip?raw=true"
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": [
26     "5.1",
27     "5.2",
28     "5.3",
29     "5.4",
30     "5.5"
31   ],
32   "static_framework": false,
33   "user_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   },
36   "pod_target_xcconfig": {
37     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
38     "DEFINES_MODULE": "YES",
39     "OTHER_SWIFT_FLAGS": "-no-verify-emitted-module-interface"
40   },
41   "subspecs": [
42     {
43       "name": "Core",
44       "vendored_frameworks": "CygnusReach/Frameworks/RemoteSupport.framework",
45       "dependencies": {
46         "CocoaMQTT": [
47           "~> 2.1.3"
48         ],
49         "WebRTC-lib": [
50           "~> 120.0.0"
51         ]
52       }
53     },
54     {
55       "name": "ReachProtocol",
56       "vendored_frameworks": "CygnusReach/Frameworks/ReachProtocol.framework",
57       "dependencies": {
58         "SwiftProtobuf": [
59           "~> 1.0"
60         ]
61       }
62     },
63     {
64       "name": "UI",
65       "vendored_frameworks": "CygnusReach/Frameworks/CygnusUI.framework",
66       "dependencies": {
67         "CygnusReach/Core": [
69         ],
70         "CygnusReach/ReachProtocol": [
72         ],
73         "SwiftMessages": [
74           "~> 10.0.0"
75         ]
76       }
77     }
78   ],
79   "swift_version": "5.5"