[Add] PayPalHereSDKv2 2.1.0320297000
diff --git a/Specs/2/9/2/PayPalHereSDKv2/2.1.0320297000/PayPalHereSDKv2.podspec.json b/Specs/2/9/2/PayPalHereSDKv2/2.1.0320297000/PayPalHereSDKv2.podspec.json
new file mode 100644
index 0000000..8167e51
--- /dev/null
+++ b/Specs/2/9/2/PayPalHereSDKv2/2.1.0320297000/PayPalHereSDKv2.podspec.json
@@ -0,0 +1,76 @@
+{
+  "name": "PayPalHereSDKv2",
+  "version": "2.1.0320297000",
+  "homepage": "https://developer.paypal.com/docs/integration/paypal-here/",
+  "source": {
+    "git": "https://github.com/paypal/paypal-here-sdk-ios-distribution.git",
+    "tag": "sdk_v2.1.0320297000"
+  },
+  "summary": "SDK for interfacing with PayPal card readers and mobile payment processing APIs.",
+  "description": "The PayPal Here SDK v2 for iOS provides access to a group of PayPal transaction services which contain an extensive set of point-of-sale functions for merchants.",
+  "license": {
+    "type": "PAYPAL",
+    "file": "LICENSE.md"
+  },
+  "authors": {
+    "PayPal": "DL-PP-PPH-SDK-Admin@paypal.com"
+  },
+  "requires_arc": true,
+  "platforms": {
+    "ios": "10.0"
+  },
+  "xcconfig": {
+    "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
+  },
+  "ios": {
+    "frameworks": [
+      "AudioToolbox",
+      "MobileCoreServices",
+      "Security",
+      "CFNetwork",
+      "AVFoundation",
+      "ExternalAccessory",
+      "MediaPlayer",
+      "CoreTelephony",
+      "Foundation",
+      "CoreBluetooth",
+      "SystemConfiguration",
+      "JavaScriptCore",
+      "CoreBluetooth",
+      "UIKit",
+      "CoreLocation"
+    ]
+  },
+  "default_subspecs": "Debug",
+  "dependencies": {
+    "SimpleKeychain": [
+      "~> 0.11.1"
+    ],
+    "PPRetailInstrumentInterface": [
+
+    ],
+    "TrustKit": [
+      "~> 1.6.5"
+    ]
+  },
+  "subspecs": [
+    {
+      "name": "Debug",
+      "vendored_frameworks": [
+        "RSDK/Debug/PayPalRetailSDK.framework",
+        "frameworks/G4XSwiper.framework",
+        "frameworks/RUA_BLE.framework",
+        "frameworks/LandiSDK_BLE.framework"
+      ]
+    },
+    {
+      "name": "Release",
+      "vendored_frameworks": [
+        "RSDK/Release/PayPalRetailSDK.framework",
+        "frameworks/G4XSwiper.framework",
+        "frameworks/RUA_BLE.framework",
+        "frameworks/LandiSDK_BLE.framework"
+      ]
+    }
+  ]
+}