[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / e / RescueSDK / 2.2.0 / RescueSDK.podspec.json
blob307af9857d4fb1bd34d0cc487ad6f866c661ef93
2   "name": "RescueSDK",
3   "version": "2.2.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": "2.2.0"
18   },
19   "user_target_xcconfig": {
20     "EMBEDDED_CONTENT_CONTAINS_SWIFT": "YES",
21     "CLANG_MODULES_AUTOLINK": "YES"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "vendored_frameworks": "Frameworks/RescueCore.framework"
28     },
29     {
30       "name": "DisplayStreaming",
31       "vendored_frameworks": "Frameworks/RescueDisplayStreaming.framework",
32       "dependencies": {
33         "RescueSDK/Core": [
35         ]
36       }
37     },
38     {
39       "name": "CameraStreaming",
40       "vendored_frameworks": "Frameworks/RescueCameraStreaming.framework",
41       "dependencies": {
42         "RescueSDK/Core": [
44         ]
45       }
46     }
47   ]