[Add] Backpack 40.4.4
diff --git a/Specs/1/0/d/Backpack/40.4.4/Backpack.podspec.json b/Specs/1/0/d/Backpack/40.4.4/Backpack.podspec.json
new file mode 100644
index 0000000..ba522b1
--- /dev/null
+++ b/Specs/1/0/d/Backpack/40.4.4/Backpack.podspec.json
@@ -0,0 +1,61 @@
+{
+  "name": "Backpack",
+  "version": "40.4.4",
+  "summary": "Skyscanner's Design System Backpack for iOS",
+  "description": "The Skyscanner Design System, Backpack, for iOS apps",
+  "homepage": "https://github.com/Skyscanner/backpack-ios",
+  "license": {
+    "type": "Apache-2.0",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Backpack Design System": "backpack@skyscanner.net"
+  },
+  "source": {
+    "git": "https://github.com/Skyscanner/backpack-ios.git",
+    "tag": "40.4.4"
+  },
+  "platforms": {
+    "ios": "12.0"
+  },
+  "source_files": [
+    "Backpack/Backpack.h",
+    "Backpack/Common.h",
+    "Backpack/*/Classes/**/*.{h,m,swift}"
+  ],
+  "public_header_files": [
+    "Backpack/Backpack.h",
+    "Backpack/*/Classes/**/*.h"
+  ],
+  "ios": {
+    "resource_bundles": {
+      "Icon": "Backpack/Icon/Assets/*"
+    }
+  },
+  "dependencies": {
+    "FSCalendar": [
+      "~> 2.8.2"
+    ],
+    "TTTAttributedLabel": [
+      "~> 2.0.0"
+    ],
+    "FloatingPanel": [
+      "1.6.6"
+    ],
+    "MBProgressHUD": [
+      "~> 1.2.0"
+    ]
+  },
+  "frameworks": [
+    "UIKit",
+    "Foundation",
+    "CoreText"
+  ],
+  "requires_arc": true,
+  "swift_versions": [
+    "5.0",
+    "4.2",
+    "4.0"
+  ],
+  "swift_version": "5.0"
+}