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