[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / a / d / 6 / PayPal / 0.0.6 / PayPal.podspec.json
blob2189ab39587cba2f75e34a59fa7718acf4196562
2   "name": "PayPal",
3   "version": "0.0.6",
4   "summary": "The PayPal iOS SDK: Helps you accept card, PayPal, and alternative payment methods in your iOS app.",
5   "homepage": "https://developer.paypal.com/home",
6   "license": "MIT",
7   "authors": {
8     "PayPal": "sdks@paypal.com"
9   },
10   "source": {
11     "git": "https://github.com/paypal/iOS-SDK.git",
12     "tag": "0.0.6"
13   },
14   "swift_versions": "5.7",
15   "platforms": {
16     "ios": "14.0"
17   },
18   "compiler_flags": "-Wall -Werror -Wextra",
19   "subspecs": [
20     {
21       "name": "CardPayments",
22       "source_files": "Sources/CardPayments/**/*.swift",
23       "dependencies": {
24         "PayPal/CorePayments": [
26         ]
27       }
28     },
29     {
30       "name": "PayPalNativePayments",
31       "source_files": "Sources/PayPalNativePayments/**/*.swift",
32       "dependencies": {
33         "PayPal/CorePayments": [
35         ],
36         "PayPalCheckout": [
37           "0.109.0"
38         ]
39       }
40     },
41     {
42       "name": "PaymentButtons",
43       "source_files": "Sources/PaymentButtons/*.swift",
44       "dependencies": {
45         "PayPal/CorePayments": [
47         ]
48       },
49       "resource_bundles": {
50         "PayPalSDK": [
51           "Sources/PaymentButtons/*.xcassets"
52         ]
53       }
54     },
55     {
56       "name": "PayPalWebPayments",
57       "source_files": "Sources/PayPalWebPayments/*.swift",
58       "dependencies": {
59         "PayPal/CorePayments": [
61         ]
62       }
63     },
64     {
65       "name": "FraudProtection",
66       "source_files": "Sources/FraudProtection/*.swift",
67       "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework"
68     },
69     {
70       "name": "CorePayments",
71       "source_files": "Sources/CorePayments/**/*.swift"
72     }
73   ],
74   "swift_version": "5.7"