[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / d / e / RescueSDK / 4.0.0 / RescueSDK.podspec.json
blob91d80c2139a29bee849f52f9424ff1906154d65b
2   "name": "RescueSDK",
3   "version": "4.0.0",
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": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/LogmeinRescue/iOS-SDK.git",
17     "tag": "4.0.0"
18   },
19   "documentation_url": "https://secure.logmeinrescue.com/welcome/webhelp/EN/SDKi/MobileSDK/c_riossdk_overview.html",
20   "user_target_xcconfig": {
21     "EMBEDDED_CONTENT_CONTAINS_SWIFT": "YES",
22     "CLANG_MODULES_AUTOLINK": "YES"
23   },
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "vendored_frameworks": "Frameworks/RescueCore.framework"
29     },
30     {
31       "name": "LMICoreMedia",
32       "vendored_frameworks": "Frameworks/LMICoreMedia.framework",
33       "dependencies": {
34         "RescueSDK/Core": [
36         ]
37       }
38     },
39     {
40       "name": "Broadcast",
41       "vendored_frameworks": "Frameworks/RescueBroadcast.framework"
42     }
43   ]