[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / d / e / RescueSDK / 5.0 / RescueSDK.podspec.json
blob195cc7b194fa37a722deb75fe25a040365543134
2   "name": "RescueSDK",
3   "version": "5.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": "5.0"
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.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       "platforms": {
43         "ios": "11.0"
44       }
45     }
46   ]