From 0de34725ebabb172d8448a80340d31105522f438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Mon, 7 Mar 2022 12:19:11 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 15be1ad..5d409c1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ Use the native Stripe SDK's (iOS/Android) in Titanium! +## Requirements + +- [x] Titanium SDK 9.2.0+ +- [x] iOS 12+ +- [x] Android 5+ +- [x] A server to generate the ephemeral key (e.g. with Node.js or PHP) + ## Example See the [./example/app.js](app.js) for a detailed example.