[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 2 / 8 / CygnusReach / 1.2.2-beta14 / CygnusReach.podspec.json
blob51aa37bec1a5a25c5ce51fcb0f5b850adeb1dc1e
2   "name": "CygnusReach",
3   "version": "1.2.2-beta14",
4   "source": {
5     "http": "https://github.com/cygnus-technology/reach-ios-framework/blob/1.2.2-beta14/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     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
36   },
37   "pod_target_xcconfig": {
38     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
39     "DEFINES_MODULE": "YES",
40     "OTHER_SWIFT_FLAGS": "-no-verify-emitted-module-interface"
41   },
42   "subspecs": [
43     {
44       "name": "Core",
45       "vendored_frameworks": "CygnusReach/Frameworks/RemoteSupport.framework",
46       "dependencies": {
47         "CocoaMQTT": [
48           "~> 2.1.3"
49         ],
50         "WebRTC-lib": [
51           "~> 120.0.0"
52         ]
53       }
54     },
55     {
56       "name": "ReachProtocol",
57       "vendored_frameworks": "CygnusReach/Frameworks/ReachProtocol.framework",
58       "dependencies": {
59         "SwiftProtobuf": [
60           "~> 1.0"
61         ]
62       }
63     },
64     {
65       "name": "UI",
66       "vendored_frameworks": "CygnusReach/Frameworks/CygnusUI.framework",
67       "dependencies": {
68         "CygnusReach/Core": [
70         ],
71         "CygnusReach/ReachProtocol": [
73         ],
74         "SwiftMessages": [
75           "~> 10.0.0"
76         ]
77       }
78     }
79   ],
80   "swift_version": "5.5"