[Add] RapidKitFoundation_MacOS 2024.1220.1144.617
[CocoaPods.git] / Specs / f / 5 / 3 / PayPal.Checkout / 3.0.0 / PayPal.Checkout.podspec.json
blobc43baeacd2e0fc09f488b4e28f4d19fda919aaa6
2   "name": "PayPal.Checkout",
3   "version": "3.0.0",
4   "summary": "Add PayPal Checkout to your iOS application.",
5   "description": "Provides API for PayPal Checkout for iOS. Provides a native in context checkout experience, as well as a simple Safari View Controller integration.",
6   "homepage": "https://github.com/paypal/paypalcheckout-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Derek Anderson": "dereanderson@paypal.com"
13   },
14   "source": {
15     "git": "https://github.com/paypal/paypalcheckout-ios.git",
16     "tag": "3.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "ios": {
22     "resource_bundles": {
23       "PYPLCheckout": [
24         "pod/assets/PYPLCheckout.bundle/*",
25         "pod/assets/PYPLCheckout/**/*.png"
26       ]
27     },
28     "vendored_frameworks": [
29       "pod/lib/AppAuth.framework",
30       "pod/lib/NativeCheckout.framework"
31     ]
32   },
33   "vendored_libraries": [
34     "pod/lib/libPPRiskComponent.a",
35     "pod/lib/libAuthCore.a",
36     "pod/lib/libNativeCheckout.a"
37   ],
38   "dependencies": {
39     "syr.core": [
40       "> 1"
41     ]
42   }