[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / a / 9 / c / PayPal-iOS-SDK / 2.14.4 / PayPal-iOS-SDK.podspec.json
blob80e24e26f148e43ce1fc1411f6969a8c44562e69
2   "name": "PayPal-iOS-SDK",
3   "version": "2.14.4",
4   "license": {
5     "type": "BSD",
6     "file": "LICENSE"
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.14.4"
17   },
18   "platforms": {
19     "ios": "6.1"
20   },
21   "requires_arc": false,
22   "default_subspecs": [
23     "Core",
24     "CardIO"
25   ],
26   "deprecated": true,
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": [
31         "PayPalMobile/*.h"
32       ],
33       "preserve_paths": [
34         "PayPalMobile/*.a"
35       ],
36       "frameworks": [
37         "Accelerate",
38         "AudioToolbox",
39         "AVFoundation",
40         "CoreLocation",
41         "CoreMedia",
42         "MessageUI",
43         "MobileCoreServices",
44         "SystemConfiguration"
45       ],
46       "vendored_libraries": [
47         "PayPalMobile/libPayPalMobile.a"
48       ],
49       "compiler_flags": [
50         "-fmodules",
51         "-fmodules-autolink"
52       ],
53       "xcconfig": {
54         "OTHER_LDFLAGS": "-lc++ -ObjC"
55       }
56     },
57     {
58       "name": "CardIO",
59       "dependencies": {
60         "CardIO": [
61           "~> 5.3.2"
62         ]
63       }
64     }
65   ]