[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / d / PayPalHereSDKv2Beta / 2.0.120181401 / PayPalHereSDKv2Beta.podspec.json
blobeea97eb40cbecc2a0a8098f12ae5b7233292126d
2   "name": "PayPalHereSDKv2Beta",
3   "version": "2.0.120181401",
4   "homepage": "https://developer.paypal.com/docs/integration/paypal-here/",
5   "source": {
6     "git": "https://github.com/PayPal-Mobile/ios-here-sdk-dist.git",
7     "tag": "b2.0.120181401"
8   },
9   "summary": "SDK for interfacing with PayPal card readers and mobile payment processing APIs.",
10   "description": "The PayPal Here SDK v2 for iOS provides access to a group of PayPal transaction services which contain an extensive set of point-of-sale functions for merchants.",
11   "license": {
12     "type": "PAYPAL",
13     "file": "LICENSE.md"
14   },
15   "authors": {
16     "PayPal": "DL-PP-PPH-SDK-Admin@paypal.com"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.1"
21   },
22   "xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "$(inherited)",
24     "OTHER_LDFLAGS": "/usr/lib/libstdc++.dylib -lstdc++ -ObjC"
25   },
26   "ios": {
27     "frameworks": [
28       "AudioToolbox",
29       "MobileCoreServices",
30       "Security",
31       "CFNetwork",
32       "AVFoundation",
33       "ExternalAccessory",
34       "MediaPlayer",
35       "CoreTelephony",
36       "Foundation",
37       "CoreBluetooth",
38       "SystemConfiguration",
39       "JavaScriptCore",
40       "CoreBluetooth",
41       "UIKit",
42       "CoreLocation"
43     ]
44   },
45   "default_subspecs": "Debug",
46   "dependencies": {
47     "SimpleKeychain": [
48       "~> 0.6.1"
49     ],
50     "LogglyLogger-CocoaLumberjack": [
51       "~> 3.0"
52     ],
53     "PPRetailInstrumentInterface": [
55     ]
56   },
57   "subspecs": [
58     {
59       "name": "Debug",
60       "vendored_frameworks": [
61         "RSDK/Debug/PayPalRetailSDK.framework",
62         "frameworks/PPHSwiper.framework",
63         "frameworks/PPHR_BLE.framework",
64         "frameworks/PPHSDK_BLE.framework"
65       ]
66     },
67     {
68       "name": "Release",
69       "vendored_frameworks": [
70         "RSDK/Release/PayPalRetailSDK.framework",
71         "frameworks/PPHSwiper.framework",
72         "frameworks/PPHR_BLE.framework",
73         "frameworks/PPHSDK_BLE.framework"
74       ]
75     }
76   ]