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