[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / d / PayPalHereSDKv2Beta / 2.0.120181505 / PayPalHereSDKv2Beta.podspec.json
blob5c0c5ff92f7984e262f6095852d31bcf15adb6b3
2   "name": "PayPalHereSDKv2Beta",
3   "version": "2.0.120181505",
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.120181505"
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": "$(inherited)"
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     "PPRetailInstrumentInterface": [
52     ]
53   },
54   "subspecs": [
55     {
56       "name": "Debug",
57       "vendored_frameworks": [
58         "RSDK/Debug/PayPalRetailSDK.framework",
59         "frameworks/PPHSwiper.framework",
60         "frameworks/PPHR_BLE.framework",
61         "frameworks/PPHSDK_BLE.framework"
62       ]
63     },
64     {
65       "name": "Release",
66       "vendored_frameworks": [
67         "RSDK/Release/PayPalRetailSDK.framework",
68         "frameworks/PPHSwiper.framework",
69         "frameworks/PPHR_BLE.framework",
70         "frameworks/PPHSDK_BLE.framework"
71       ]
72     }
73   ]