[Add] WorkflowUI 0.25.0
diff --git a/Specs/6/5/6/WorkflowUI/0.25.0/WorkflowUI.podspec.json b/Specs/6/5/6/WorkflowUI/0.25.0/WorkflowUI.podspec.json
new file mode 100644
index 0000000..c9acdf1
--- /dev/null
+++ b/Specs/6/5/6/WorkflowUI/0.25.0/WorkflowUI.podspec.json
@@ -0,0 +1,35 @@
+{
+  "name": "WorkflowUI",
+  "version": "0.25.0",
+  "summary": "Infrastructure for Workflow-powered UI",
+  "homepage": "https://www.github.com/square/workflow",
+  "license": "Apache License, Version 2.0",
+  "authors": "Square",
+  "source": {
+    "git": "https://github.com/square/workflow.git",
+    "tag": "v0.25.0"
+  },
+  "cocoapods_version": ">= 1.7.0.beta.1",
+  "swift_versions": [
+    "5.0"
+  ],
+  "platforms": {
+    "ios": "9.3",
+    "osx": "10.12"
+  },
+  "source_files": "swift/WorkflowUI/Sources/**/*.swift",
+  "dependencies": {
+    "Workflow": [
+      "0.25.0"
+    ]
+  },
+  "testspecs": [
+    {
+      "name": "Tests",
+      "test_type": "unit",
+      "source_files": "swift/WorkflowUI/Tests/**/*.swift",
+      "frameworks": "XCTest"
+    }
+  ],
+  "swift_version": "5.0"
+}