[Add] Atributika 4.9.10
diff --git a/Specs/2/e/1/Atributika/4.9.10/Atributika.podspec.json b/Specs/2/e/1/Atributika/4.9.10/Atributika.podspec.json
new file mode 100644
index 0000000..5069d1f
--- /dev/null
+++ b/Specs/2/e/1/Atributika/4.9.10/Atributika.podspec.json
@@ -0,0 +1,26 @@
+{
+  "name": "Atributika",
+  "version": "4.9.10",
+  "summary": "Convert text with HTML tags, hashtags, mentions, links into NSAttributedString. Make them clickable with UILabel drop-in replacement.",
+  "description": "`Atributika` is an easy and painless way to build NSAttributedString. It is able to detect HTML-like tags, links, phone numbers, hashtags, any regex or even standard ios data detectors and style them with various attributes like font, color, etc. `Atributika` comes with drop-in label replacement `AttributedLabel` which is able to make any detection clickable.",
+  "homepage": "https://github.com/psharanda/Atributika",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Pavel Sharanda": "edvaef@gmail.com"
+  },
+  "social_media_url": "https://twitter.com/e2f",
+  "platforms": {
+    "ios": "8.0",
+    "osx": "10.10",
+    "watchos": "2.0",
+    "tvos": "9.0"
+  },
+  "source": {
+    "git": "https://github.com/psharanda/Atributika.git",
+    "tag": "4.9.10"
+  },
+  "source_files": "Sources/**/*.swift"
+}