blob: 1bab56658827fc83f7264c93140649a00db68762 [file] [log] [blame]
{
"name": "PayPal-iOS-SDK",
"version": "2.14.5",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"homepage": "https://developer.paypal.com/webapps/developer/docs/integration/mobile/mobile-sdk-overview/",
"authors": {
"PayPal": "support@paypal.com"
},
"summary": "Accept credit cards and PayPal in your iOS app.",
"description": "The PayPal iOS SDK provides a software library that makes it easy for an iOS developer to accept both credit cards and PayPal directly within their mobile app.",
"source": {
"git": "https://github.com/paypal/PayPal-iOS-SDK.git",
"tag": "2.14.5"
},
"platforms": {
"ios": "6.1"
},
"requires_arc": false,
"default_subspecs": [
"Core",
"CardIO"
],
"deprecated": true,
"subspecs": [
{
"name": "Core",
"source_files": [
"PayPalMobile/*.h"
],
"preserve_paths": [
"PayPalMobile/*.a"
],
"frameworks": [
"Accelerate",
"AudioToolbox",
"AVFoundation",
"CoreLocation",
"CoreMedia",
"MessageUI",
"MobileCoreServices",
"SystemConfiguration"
],
"vendored_libraries": [
"PayPalMobile/libPayPalMobile.a"
],
"compiler_flags": [
"-fmodules",
"-fmodules-autolink"
],
"xcconfig": {
"OTHER_LDFLAGS": "-lc++ -ObjC"
}
},
{
"name": "CardIO",
"dependencies": {
"CardIO": [
"~> 5.3.2"
]
}
}
]
}