blob: cadf392960eeb2e2963e65b4468bdddef60104d1 [file] [log] [blame]
{
"name": "PayPal-iOS-SDK",
"version": "2.12.3",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"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.12.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"source_files": [
"PayPalMobile/*.h",
"CardIO/*.h"
],
"preserve_paths": [
"PayPalMobile/*.a",
"CardIO/*.a"
],
"frameworks": [
"Accelerate",
"AudioToolbox",
"AVFoundation",
"CoreLocation",
"CoreMedia",
"MessageUI",
"MobileCoreServices",
"SystemConfiguration"
],
"libraries": [
"PayPalMobile",
"CardIO"
],
"compiler_flags": [
"-fmodules",
"-fmodules-autolink"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PayPal-iOS-SDK/PayPalMobile\" \"$(PODS_ROOT)/PayPal-iOS-SDK/CardIO\"",
"OTHER_LDFLAGS": "-lc++ -ObjC"
},
"prepare_command": "[ -f CardIO/libCardIo.a ] && rm CardIO/libCardIO.a\nunzip -d CardIO/ CardIO/libCardIO.a.zip",
"deprecated": true
}