[Add] Stripe 20.1.1
diff --git a/Specs/c/e/7/Stripe/20.1.1/Stripe.podspec.json b/Specs/c/e/7/Stripe/20.1.1/Stripe.podspec.json
new file mode 100644
index 0000000..8bafcf3
--- /dev/null
+++ b/Specs/c/e/7/Stripe/20.1.1/Stripe.podspec.json
@@ -0,0 +1,44 @@
+{
+  "name": "Stripe",
+  "version": "20.1.1",
+  "summary": "Stripe is a web-based API for accepting payments online.",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "homepage": "https://stripe.com/docs/mobile/ios",
+  "authors": {
+    "Stripe": "support+github@stripe.com"
+  },
+  "source": {
+    "git": "https://github.com/stripe/stripe-ios.git",
+    "tag": "20.1.1"
+  },
+  "frameworks": [
+    "Foundation",
+    "Security",
+    "WebKit",
+    "PassKit",
+    "Contacts",
+    "CoreLocation"
+  ],
+  "requires_arc": true,
+  "platforms": {
+    "ios": "11.0"
+  },
+  "public_header_files": "Stripe/PublicHeaders/Stripe/*.h",
+  "source_files": [
+    "Stripe/PublicHeaders/Stripe/*.h",
+    "Stripe/*.{h,m}"
+  ],
+  "vendored_frameworks": "InternalFrameworks/static/Stripe3DS2.xcframework",
+  "ios": {
+    "resource_bundles": {
+      "Stripe": "Stripe/Resources/**/*.{lproj,json,png,xcassets}"
+    },
+    "resources": "Stripe/ExternalResources/Stripe3DS2.bundle"
+  },
+  "xcconfig": {
+    "OTHER_LDFLAGS": "$(inherited) -ObjC"
+  }
+}