{ "name": "stripe-react-native", "version": "0.19.0", "summary": "Stripe SDK for React Native", "homepage": "https://github.com/stripe/stripe-react-native/#readme", "license": "MIT", "authors": "Stripe", "platforms": { "ios": "12.0" }, "source": { "git": "https://github.com/stripe/stripe-react-native.git", "tag": "0.19.0" }, "source_files": "ios/**/*.{h,m,mm,swift}", "exclude_files": "ios/Tests/", "dependencies": { "React-Core": [], "Stripe": [ "~> 22.8.1" ], "StripeFinancialConnections": [ "~> 22.8.1" ] }, "testspecs": [ { "name": "Tests", "test_type": "unit", "source_files": "ios/Tests/**/*.{m,swift}" } ], "pod_target_xcconfig": { "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Stripe/Stripe3DS2\" \"${PODS_ROOT}/Headers/Public/Stripe\"" } }