blob: 10cc5abe4ac93e2606cef3d93b1a0eb279e5bf87 [file] [log] [blame]
{
"name": "PayPalHereSDKv2",
"version": "2.1.0319219000",
"homepage": "https://developer.paypal.com/docs/integration/paypal-here/",
"source": {
"git": "https://github.com/paypal/paypal-here-sdk-ios-distribution.git",
"tag": "sdk_v2.1.0319219000"
},
"summary": "SDK for interfacing with PayPal card readers and mobile payment processing APIs.",
"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.",
"license": {
"type": "PAYPAL",
"file": "LICENSE.md"
},
"authors": {
"PayPal": "DL-PP-PPH-SDK-Admin@paypal.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.1"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"ios": {
"frameworks": [
"AudioToolbox",
"MobileCoreServices",
"Security",
"CFNetwork",
"AVFoundation",
"ExternalAccessory",
"MediaPlayer",
"CoreTelephony",
"Foundation",
"CoreBluetooth",
"SystemConfiguration",
"JavaScriptCore",
"CoreBluetooth",
"UIKit",
"CoreLocation"
]
},
"default_subspecs": "Debug",
"dependencies": {
"SimpleKeychain": [
"~> 0.6.1"
],
"PPRetailInstrumentInterface": [
],
"TrustKit": [
"~> 1.5.1"
],
"AFNetworking": [
"~> 3.1.0"
],
"AFNetworking/Reachability": [
]
},
"subspecs": [
{
"name": "Debug",
"vendored_frameworks": [
"RSDK/Debug/PayPalRetailSDK.framework",
"frameworks/G4XSwiper.framework",
"frameworks/RUA_BLE.framework",
"frameworks/LandiSDK_BLE.framework"
]
},
{
"name": "Release",
"vendored_frameworks": [
"RSDK/Release/PayPalRetailSDK.framework",
"frameworks/G4XSwiper.framework",
"frameworks/RUA_BLE.framework",
"frameworks/LandiSDK_BLE.framework"
]
}
]
}