[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / a / 9 / c / PayPal-iOS-SDK / 2.11.3 / PayPal-iOS-SDK.podspec.json
blobc4d30775a3d0f50f7056dcf64d305b983a4b1ee1
2   "name": "PayPal-iOS-SDK",
3   "version": "2.11.3",
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.11.3"
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     "Accelerate",
26     "AudioToolbox",
27     "AVFoundation",
28     "CoreLocation",
29     "CoreMedia",
30     "MessageUI",
31     "MobileCoreServices",
32     "SystemConfiguration"
33   ],
34   "libraries": "PayPalMobile",
35   "compiler_flags": [
36     "-fmodules",
37     "-fmodules-autolink"
38   ],
39   "xcconfig": {
40     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PayPal-iOS-SDK/PayPalMobile\"",
41     "OTHER_LDFLAGS": "-lc++ -ObjC"
42   },
43   "deprecated": true