[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 5 / 0 / PayPalRetailSDK / 3.0.4.201801 / PayPalRetailSDK.podspec.json
blob1593ab0d7dad7236446c541ba6f3ea61314d9d1f
2   "name": "PayPalRetailSDK",
3   "version": "3.0.4.201801",
4   "summary": "SDK for interfacing with PayPal card readers and mobile payment processing APIs.",
5   "license": {
6     "file": "License.md"
7   },
8   "authors": {
9     "PayPal": "DL-PP-RetailSDK@paypal.com"
10   },
11   "homepage": "https://github.com/paypal/paypal-here-sdk-ios-distribution",
12   "description": "PayPal Retail SDK",
13   "source": {
14     "git": "https://github.com/PayPal-Mobile/ios-here-sdk-dist.git",
15     "tag": "v3.0.4.201801"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.1"
20   },
21   "xcconfig": {
22     "FRAMEWORK_SEARCH_PATHS": "$(inherited)",
23     "OTHER_LDFLAGS": "-weak_library /usr/lib/libstdc++.dylib -lstdc++ -ObjC"
24   },
25   "ios": {
26     "frameworks": [
27       "AudioToolbox",
28       "MobileCoreServices",
29       "Security",
30       "CFNetwork",
31       "AVFoundation",
32       "ExternalAccessory",
33       "MediaPlayer",
34       "CoreTelephony",
35       "Foundation",
36       "CoreBluetooth",
37       "SystemConfiguration",
38       "JavaScriptCore",
39       "CoreBluetooth",
40       "UIKit",
41       "CoreLocation"
42     ]
43   },
44   "default_subspecs": "Debug",
45   "dependencies": {
46     "SimpleKeychain": [
47       "~> 0.6.1"
48     ]
49   },
50   "deprecated": true,
51   "subspecs": [
52     {
53       "name": "Debug",
54       "vendored_frameworks": [
55         "RSDK/Debug/PayPalRetailSDK.framework",
56         "frameworks/PPHSwiper.framework",
57         "frameworks/PPHR_BLE.framework",
58         "frameworks/PPHSDK_BLE.framework"
59       ]
60     },
61     {
62       "name": "Release",
63       "vendored_frameworks": [
64         "RSDK/Release/PayPalRetailSDK.framework",
65         "frameworks/PPHSwiper.framework",
66         "frameworks/PPHR_BLE.framework",
67         "frameworks/PPHSDK_BLE.framework"
68       ]
69     }
70   ]