2 "name": "PayPal-iOS-SDK",
8 "homepage": "https://developer.paypal.com/webapps/developer/docs/integration/mobile/mobile-sdk-overview/",
10 "PayPal": "support@paypal.com"
12 "summary": "Accept credit cards and PayPal in your iOS app.",
13 "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.",
15 "git": "https://github.com/paypal/PayPal-iOS-SDK.git",
21 "requires_arc": false,
49 "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PayPal-iOS-SDK/PayPalMobile\" \"$(PODS_ROOT)/PayPal-iOS-SDK/CardIO\"",
50 "OTHER_LDFLAGS": "-lc++ -ObjC"
52 "prepare_command": "[ -f CardIO/libCardIo.a ] && rm CardIO/libCardIO.a\nunzip -d CardIO/ CardIO/libCardIO.a.zip",