[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / d / 6 / PayPal / 0.0.1 / PayPal.podspec.json
blobd07990c78b81689664f5926a12167f1490140ea2
2   "name": "PayPal",
3   "version": "0.0.1",
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.1"
13   },
14   "swift_versions": "5.5",
15   "platforms": {
16     "ios": "13.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": "PayPalUI",
31       "source_files": "Sources/PayPalUI/*.swift",
32       "dependencies": {
33         "PayPal/PaymentsCore": [
35         ]
36       }
37     },
38     {
39       "name": "PayPalWebCheckout",
40       "source_files": "Sources/PayPalWebCheckout/*.swift",
41       "dependencies": {
42         "PayPal/PaymentsCore": [
44         ]
45       }
46     },
47     {
48       "name": "PayPalDataCollector",
49       "source_files": "Sources/PayPalDataCollector/*.swift",
50       "vendored_frameworks": "Frameworks/XCFrameworks/PPRiskMagnes.xcframework"
51     },
52     {
53       "name": "PaymentsCore",
54       "source_files": "Sources/PaymentsCore/**/*.swift"
55     }
56   ],
57   "swift_version": "5.5"