[Add] DrivenUI 0.1.1
diff --git a/Specs/a/f/8/DrivenUI/0.1.1/DrivenUI.podspec.json b/Specs/a/f/8/DrivenUI/0.1.1/DrivenUI.podspec.json
new file mode 100644
index 0000000..1c3086c
--- /dev/null
+++ b/Specs/a/f/8/DrivenUI/0.1.1/DrivenUI.podspec.json
@@ -0,0 +1,32 @@
+{
+  "name": "DrivenUI",
+  "version": "0.1.1",
+  "summary": "DrivenUI is an iOS SDK which makes introducing and building Server Driven UI feature into iOS Applications much more convenient.",
+  "homepage": "https://www.kebrahem.dev/",
+  "license": {
+    "type": "Commercial",
+    "file": "LICENSE.md"
+  },
+  "authors": {
+    "DrivenUI": "karimabdelazizmansour@gmail.com"
+  },
+  "platforms": {
+    "ios": "13.0"
+  },
+  "source": {
+    "git": "https://github.com/KarimEbrahemAbdelaziz/DrivenUI.git",
+    "tag": "0.1.1"
+  },
+  "libraries": "z",
+  "frameworks": [
+    "SwiftUI",
+    "Security",
+    "UIKit"
+  ],
+  "xcconfig": {
+    "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/DrivenUI/\""
+  },
+  "requires_arc": true,
+  "vendored_frameworks": "DrivenUI.xcframework",
+  "preserve_paths": "DrivenUI.xcframework/*"
+}