blob: 4efbe3927c65bce1fa573e8abc7536a08e7d83fd [file] [log] [blame]
{
"name": "PayPal-iOS-SDK",
"version": "2.2.1",
"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.2.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"source_files": "PayPalMobile/*.h",
"preserve_paths": "PayPalMobile/*.a",
"frameworks": [
"AVFoundation",
"CoreLocation",
"MessageUI",
"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
}