[Add] KSOTooltip 3.1.1
diff --git a/Specs/c/1/9/KSOTooltip/3.1.1/KSOTooltip.podspec.json b/Specs/c/1/9/KSOTooltip/3.1.1/KSOTooltip.podspec.json
new file mode 100644
index 0000000..fad88f3
--- /dev/null
+++ b/Specs/c/1/9/KSOTooltip/3.1.1/KSOTooltip.podspec.json
@@ -0,0 +1,47 @@
+{
+  "name": "KSOTooltip",
+  "version": "3.1.1",
+  "summary": "KSOTooltip is a iOS framework for displaying informational tooltips.",
+  "description": "KSOTooltip is an `iOS` framework for displaying informational tooltips modally. It can display instances of `NSString` and `NSAttributedString`, with or without an arrow and with an optional accessory view displayed below the text.",
+  "homepage": "https://github.com/Kosoku/KSOTooltip",
+  "screenshots": [
+    "https://github.com/Kosoku/KSOTooltip/raw/master/screenshots/iOS-1.png",
+    "https://github.com/Kosoku/KSOTooltip/raw/master/screenshots/iOS-2.png",
+    "https://github.com/Kosoku/KSOTooltip/raw/master/screenshots/iOS-3.png",
+    "https://github.com/Kosoku/KSOTooltip/raw/master/screenshots/iOS-4.png"
+  ],
+  "license": {
+    "type": "Apache 2.0",
+    "file": "license.txt"
+  },
+  "authors": {
+    "William Towe": "willbur1984@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/Kosoku/KSOTooltip.git",
+    "tag": "3.1.1"
+  },
+  "platforms": {
+    "ios": "13.0"
+  },
+  "requires_arc": true,
+  "source_files": "KSOTooltip/**/*.{h,m}",
+  "exclude_files": "KSOTooltip/KSOTooltip-Info.h",
+  "private_header_files": "KSOTooltip/Private/*.h",
+  "resource_bundles": {
+    "KSOTooltip": [
+      "KSOTooltip/**/*.{xcassets,lproj}"
+    ]
+  },
+  "dependencies": {
+    "Agamotto": [
+
+    ],
+    "Ditko": [
+
+    ],
+    "Stanley": [
+
+    ]
+  }
+}