1{
2  "name": "stripe-react-native",
3  "version": "0.23.3",
4  "summary": "Stripe SDK for React Native",
5  "homepage": "https://github.com/stripe/stripe-react-native/#readme",
6  "license": "MIT",
7  "authors": "Stripe",
8  "platforms": {
9    "ios": "13.0"
10  },
11  "source": {
12    "git": "https://github.com/stripe/stripe-react-native.git",
13    "tag": "0.23.3"
14  },
15  "source_files": "ios/**/*.{h,m,mm,swift}",
16  "exclude_files": "ios/Tests/",
17  "dependencies": {
18    "React-Core": [],
19    "Stripe": [
20      "~> 23.3.0"
21    ],
22    "StripePaymentSheet": [
23      "~> 23.3.0"
24    ],
25    "StripePayments": [
26      "~> 23.3.0"
27    ],
28    "StripePaymentsUI": [
29      "~> 23.3.0"
30    ],
31    "StripeApplePay": [
32      "~> 23.3.0"
33    ],
34    "StripeFinancialConnections": [
35      "~> 23.3.0"
36    ]
37  },
38  "testspecs": [
39    {
40      "name": "Tests",
41      "test_type": "unit",
42      "source_files": "ios/Tests/**/*.{m,swift}"
43    }
44  ],
45  "pod_target_xcconfig": {
46    "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Stripe/Stripe3DS2\" \"${PODS_ROOT}/Headers/Public/Stripe\""
47  }
48}
49