[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / e / RescueSDK / 5.17 / RescueSDK.podspec.json
blobc33896a9fc6dbac4bfafb882fa4bfd462ac12b48
2   "name": "RescueSDK",
3   "version": "5.17",
4   "summary": "LogMeIn Rescue SDK for iOS.",
5   "description": "The Rescue In-App Support iOS SDK allows your customers to establish a Rescue support session within your app.",
6   "homepage": "https://www.logmeinrescue.com/",
7   "license": {
8     "type": "Custom",
9     "file": "LICENSE"
10   },
11   "authors": "LogMeIn Inc.",
12   "platforms": {
13     "ios": "15.0"
14   },
15   "source": {
16     "http": "https://github.com/LogmeinRescue/iOS-SDK/releases/download/5.17/rescue-ios-sdk-5.17-frameworks.zip",
17     "sha256": "e019711b5ff2d99f54c9428de428d99f0e4dc00eabcc0fc791b5418072fdce1e"
18   },
19   "user_target_xcconfig": {
20     "EMBEDDED_CONTENT_CONTAINS_SWIFT": "YES",
21     "CLANG_MODULES_AUTOLINK": "YES"
22   },
23   "documentation_url": "https://secure.logmeinrescue.com/welcome/webhelp/EN/SDKi/MobileSDK/c_riossdk_overview.html",
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "vendored_frameworks": "Frameworks/RescueCore.xcframework"
29     },
30     {
31       "name": "LMICoreMedia",
32       "vendored_frameworks": "Frameworks/LMICoreMedia.xcframework",
33       "dependencies": {
34         "RescueSDK/Core": [
36         ]
37       }
38     },
39     {
40       "name": "Broadcast",
41       "vendored_frameworks": "Frameworks/RescueBroadcast.xcframework"
42     }
43   ]