[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / e / RescueSDK / 5.5 / RescueSDK.podspec.json
blob3665284fd988a7ec2b841a4a10a561dbdceeb44a
2   "name": "RescueSDK",
3   "version": "5.5",
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": "11.0"
14   },
15   "source": {
16     "git": "https://github.com/LogmeinRescue/iOS-SDK.git",
17     "tag": "5.5"
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.framework",
33       "dependencies": {
34         "RescueSDK/Core": [
36         ]
37       }
38     },
39     {
40       "name": "Broadcast",
41       "vendored_frameworks": "Frameworks/RescueBroadcast.xcframework"
42     }
43   ]