[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / a / 9 / c / PayPal-iOS-SDK / 2.12.3 / PayPal-iOS-SDK.podspec.json
blobcadf392960eeb2e2963e65b4468bdddef60104d1
2   "name": "PayPal-iOS-SDK",
3   "version": "2.12.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.12.3"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": false,
22   "source_files": [
23     "PayPalMobile/*.h",
24     "CardIO/*.h"
25   ],
26   "preserve_paths": [
27     "PayPalMobile/*.a",
28     "CardIO/*.a"
29   ],
30   "frameworks": [
31     "Accelerate",
32     "AudioToolbox",
33     "AVFoundation",
34     "CoreLocation",
35     "CoreMedia",
36     "MessageUI",
37     "MobileCoreServices",
38     "SystemConfiguration"
39   ],
40   "libraries": [
41     "PayPalMobile",
42     "CardIO"
43   ],
44   "compiler_flags": [
45     "-fmodules",
46     "-fmodules-autolink"
47   ],
48   "xcconfig": {
49     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/PayPal-iOS-SDK/PayPalMobile\" \"$(PODS_ROOT)/PayPal-iOS-SDK/CardIO\"",
50     "OTHER_LDFLAGS": "-lc++ -ObjC"
51   },
52   "prepare_command": "[ -f CardIO/libCardIo.a ] && rm CardIO/libCardIO.a\nunzip -d CardIO/ CardIO/libCardIO.a.zip",
53   "deprecated": true