[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / f / 5 / 3 / PayPal.Checkout / 3.4.5 / PayPal.Checkout.podspec.json
blob17a660f5184173650a30f5cef40f46050aa33084
2   "name": "PayPal.Checkout",
3   "version": "3.4.5",
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.4.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "resources": [
22     "pod/assets/PYPLCheckout.bundle/*",
23     "pod/assets/PYPLCheckout/**/*.png"
24   ],
25   "vendored_libraries": [
26     "pod/lib/libPPRiskComponent.a",
27     "pod/lib/libAuthCore.a",
28     "pod/lib/libNativeCheckout.a"
29   ],
30   "ios": {
31     "vendored_frameworks": [
32       "pod/lib/AppAuth.framework",
33       "pod/lib/NativeCheckout.framework"
34     ]
35   },
36   "dependencies": {
37     "syr.core": [
38       "> 1"
39     ]
40   }