@capgo/capacitor-stripe-identity 8.0.1 → 8.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CapgoCapacitorStripeIdentity.podspec +1 -1
- package/README.md +10 -0
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
|
|
|
7
7
|
s.version = package['version']
|
|
8
8
|
s.summary = package['description']
|
|
9
9
|
s.license = package['license']
|
|
10
|
-
s.homepage = package['
|
|
10
|
+
s.homepage = package['homepage']
|
|
11
11
|
s.author = package['author']
|
|
12
12
|
s.source = { :git => package['repository']['url'], :tag => s.version.to_s }
|
|
13
13
|
s.source_files = 'ios/Sources/**/*.{swift,h,m,c,cc,mm,cpp}'
|
package/README.md
CHANGED
|
@@ -13,6 +13,16 @@
|
|
|
13
13
|
|
|
14
14
|
Capacitor plugin for Stripe Identity — verify users with document and selfie checks using Stripe's native verification sheet on iOS and Android.
|
|
15
15
|
|
|
16
|
+
## Why this plugin
|
|
17
|
+
|
|
18
|
+
This plugin is a maintained fork of [@capacitor-community/stripe](https://github.com/capacitor-community/stripe). Capgo split the community project into focused packages — each with its own docs, example app, and CI.
|
|
19
|
+
|
|
20
|
+
We track open issues and pull requests in the community repository, merge relevant fixes into our repos, and ship them on current Stripe SDKs. Our goal is to be more reactive than the community maintainers when bugs land or platforms change.
|
|
21
|
+
|
|
22
|
+
This package covers **Stripe Identity** — document and selfie verification.
|
|
23
|
+
|
|
24
|
+
If you use the community package today, this is the maintained upgrade path from the community package.
|
|
25
|
+
|
|
16
26
|
## Documentation
|
|
17
27
|
|
|
18
28
|
The most complete documentation is available here: https://capgo.app/docs/plugins/stripe-identity/
|