[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 9 / c / PayPal-iOS-SDK / 2.3.2 / PayPal-iOS-SDK.podspec.json
blobe6130772551b70a333c850720432b3de1122c502
2   "name": "PayPal-iOS-SDK",
3   "version": "2.3.2",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE.md"
7   },
8   "homepage": "https://developer.paypal.com/webapps/developer/docs/integration/mobile/mobile-sdk-overview/",
9   "authors": {
10     "PayPal": "support@paypal.com"
11   },
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.",
14   "source": {
15     "git": "https://github.com/paypal/PayPal-iOS-SDK.git",
16     "tag": "2.3.2"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": false,
22   "source_files": "PayPalMobile/*.h",
23   "preserve_paths": "PayPalMobile/*.a",
24   "frameworks": [
25     "AVFoundation",
26     "CoreLocation",
27     "MessageUI",
28     "SystemConfiguration"
29   ],
30   "libraries": "PayPalMobile",
31   "compiler_flags": {
32     "CLANG_ENABLE_MODULES": "1",
33     "CLANG_MODULES_AUTOLINK": "1"
34   },
35   "xcconfig": {
36     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PayPal-iOS-SDK/PayPalMobile\"",
37     "OTHER_LDFLAGS": "-lc++ -ObjC"
38   },
39   "deprecated": true