[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / d / 6 / PayPal / 0.0.3 / PayPal.podspec.json
blobd61f6d8fd09f4e7b2e4307ce2ede99242d85e663
2   "name": "PayPal",
3   "version": "0.0.3",
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.3"
13   },
14   "swift_versions": "5.7",
15   "platforms": {
16     "ios": "14.0"
17   },
18   "compiler_flags": "-Wall -Werror -Wextra",
19   "subspecs": [
20     {
21       "name": "Card",
22       "source_files": "Sources/Card/**/*.swift",
23       "dependencies": {
24         "PayPal/PaymentsCore": [
26         ]
27       }
28     },
29     {
30       "name": "PayPalNativeCheckout",
31       "source_files": "Sources/PayPalNativeCheckout/**/*.swift",
32       "dependencies": {
33         "PayPal/PaymentsCore": [
35         ],
36         "PayPalCheckout": [
37           "0.109.0"
38         ]
39       }
40     },
41     {
42       "name": "PayPalUI",
43       "source_files": "Sources/PayPalUI/*.swift",
44       "dependencies": {
45         "PayPal/PaymentsCore": [
47         ]
48       }
49     },
50     {
51       "name": "PayPalWebCheckout",
52       "source_files": "Sources/PayPalWebCheckout/*.swift",
53       "dependencies": {
54         "PayPal/PaymentsCore": [
56         ]
57       }
58     },
59     {
60       "name": "PayPalDataCollector",
61       "source_files": "Sources/PayPalDataCollector/*.swift",
62       "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework"
63     },
64     {
65       "name": "PaymentsCore",
66       "source_files": "Sources/PaymentsCore/**/*.swift"
67     }
68   ],
69   "swift_version": "5.7"