[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / a / d / PayPalHereSDKv2Beta / 2.0.120181904 / PayPalHereSDKv2Beta.podspec.json
blob10280c5a53790745376a5debb08a3869574b5e0f
2   "name": "PayPalHereSDKv2Beta",
3   "version": "2.0.120181904",
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.120181904"
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   },
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     "PPRetailInstrumentInterface": [
51     ],
52     "TrustKit": [
53       "~> 1.5.1"
54     ],
55     "AFNetworking": [
56       "~> 2.5.4"
57     ],
58     "AFNetworking/Reachability": [
60     ]
61   },
62   "subspecs": [
63     {
64       "name": "Debug",
65       "vendored_frameworks": [
66         "RSDK/Debug/PayPalRetailSDK.framework",
67         "frameworks/PPHSwiper.framework",
68         "frameworks/PPHR_BLE.framework",
69         "frameworks/PPHSDK_BLE.framework"
70       ]
71     },
72     {
73       "name": "Release",
74       "vendored_frameworks": [
75         "RSDK/Release/PayPalRetailSDK.framework",
76         "frameworks/PPHSwiper.framework",
77         "frameworks/PPHR_BLE.framework",
78         "frameworks/PPHSDK_BLE.framework"
79       ]
80     }
81   ]