blob: 3a9fafd9b1ea32bc920a1c52c3121493ea6269a7 [file] [log] [blame]
{
"name": "PayPal-iOS-SDK",
"version": "2.8.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.8.3"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"source_files": "PayPalMobile/*.h",
"preserve_paths": "PayPalMobile/*.a",
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CoreLocation",
"CoreMedia",
"MessageUI",
"MobileCoreServices",
"SystemConfiguration"
],
"libraries": "PayPalMobile",
"compiler_flags": {
"CLANG_ENABLE_MODULES": "1",
"CLANG_MODULES_AUTOLINK": "1"
},
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PayPal-iOS-SDK/PayPalMobile\"",
"OTHER_LDFLAGS": "-lc++ -ObjC"
},
"deprecated": true
}