[Add] UrbanAirship-iOS-DebugKit 12.1.2
diff --git a/Specs/9/5/5/UrbanAirship-iOS-DebugKit/12.1.2/UrbanAirship-iOS-DebugKit.podspec.json b/Specs/9/5/5/UrbanAirship-iOS-DebugKit/12.1.2/UrbanAirship-iOS-DebugKit.podspec.json
new file mode 100644
index 0000000..2a38b78
--- /dev/null
+++ b/Specs/9/5/5/UrbanAirship-iOS-DebugKit/12.1.2/UrbanAirship-iOS-DebugKit.podspec.json
@@ -0,0 +1,38 @@
+{
+  "name": "UrbanAirship-iOS-DebugKit",
+  "version": "12.1.2",
+  "summary": "Airship iOS SDK Debug Library",
+  "documentation_url": "https://docs.airship.com/platform/ios",
+  "homepage": "https://www.airship.com",
+  "authors": {
+    "Airship": "support@airship.com"
+  },
+  "license": {
+    "type": "Apache License, Version 2.0",
+    "file": "LICENSE"
+  },
+  "source": {
+    "git": "https://github.com/urbanairship/ios-library.git",
+    "tag": "12.1.2"
+  },
+  "module_name": "AirshipDebugKit",
+  "platforms": {
+    "ios": "11.0"
+  },
+  "requires_arc": true,
+  "source_files": [
+    "AirshipDebugKit/AirshipDebugKit/**/*.{h,m,swift}"
+  ],
+  "swift_versions": "4.2",
+  "resources": [
+    "AirshipDebugKit/AirshipDebugKit/**/*storyboard",
+    "AirshipDebugKit/AirshipDebugKit/Resources/**"
+  ],
+  "frameworks": "UIKit",
+  "dependencies": {
+    "UrbanAirship-iOS-SDK": [
+      "12.1.2"
+    ]
+  },
+  "swift_version": "4.2"
+}