[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 5 / d / e / RescueSDK / 1.1.0 / RescueSDK.podspec.json
bloba727cb601e9e6ee5c78b92a55503e218dd3979a7
2   "name": "RescueSDK",
3   "version": "1.1.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": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/LogmeinRescue/iOS-SDK.git",
17     "tag": "1.1.0"
18   },
19   "source_files": "SDK/include/*.h",
20   "vendored_libraries": "SDK/lib/fat/libRescueLib.a",
21   "public_header_files": "SDK/include/*.h",
22   "resources": "SDK/lib/LocalisationBundle.bundle",
23   "prepare_command": "mkdir -p SDK/lib/fat\nlibtool -static SDK/lib/arm/libRescueLib.a SDK/lib/i386/libRescueLib.a -o SDK/lib/fat/libRescueLib.a",
24   "frameworks": [
25     "CFNetwork",
26     "CoreBluetooth",
27     "CoreTelephony",
28     "SystemConfiguration"
29   ],
30   "libraries": [
31     "resolv",
32     "z",
33     "c++"
34   ],
35   "requires_arc": true,
36   "pod_target_xcconfig": {
37     "OTHER_LDFLAGS": "-ObjC"
38   }