[Add] MatrixKit 0.9.1
diff --git a/Specs/0/a/a/MatrixKit/0.9.1/MatrixKit.podspec.json b/Specs/0/a/a/MatrixKit/0.9.1/MatrixKit.podspec.json
new file mode 100644
index 0000000..767c5a7
--- /dev/null
+++ b/Specs/0/a/a/MatrixKit/0.9.1/MatrixKit.podspec.json
@@ -0,0 +1,75 @@
+{
+  "name": "MatrixKit",
+  "version": "0.9.1",
+  "summary": "The Matrix reusable UI library for iOS based on MatrixSDK.",
+  "description": "Matrix Kit provides basic reusable interfaces to ease building of apps compatible with Matrix (https://www.matrix.org).",
+  "homepage": "https://www.matrix.org",
+  "license": {
+    "type": "Apache License, Version 2.0",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "matrix.org": "support@matrix.org"
+  },
+  "social_media_url": "http://twitter.com/matrixdotorg",
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source": {
+    "git": "https://github.com/matrix-org/matrix-ios-kit.git",
+    "tag": "v0.9.1"
+  },
+  "requires_arc": true,
+  "dependencies": {
+    "MatrixSDK": [
+      "0.12.0"
+    ],
+    "HPGrowingTextView": [
+      "~> 1.1"
+    ],
+    "libPhoneNumber-iOS": [
+      "~> 0.9.13"
+    ],
+    "DTCoreText": [
+      "~> 1.6.21"
+    ],
+    "cmark": [
+      "~> 0.24.1"
+    ]
+  },
+  "default_subspecs": "Core",
+  "subspecs": [
+    {
+      "name": "Core",
+      "source_files": [
+        "MatrixKit",
+        "MatrixKit/**/*.{h,m}"
+      ],
+      "resources": [
+        "MatrixKit/**/*.{xib}",
+        "MatrixKit/Assets/MatrixKitAssets.bundle"
+      ],
+      "dependencies": {
+        "DTCoreText": [
+
+        ]
+      }
+    },
+    {
+      "name": "AppExtension",
+      "source_files": [
+        "MatrixKit",
+        "MatrixKit/**/*.{h,m}"
+      ],
+      "resources": [
+        "MatrixKit/**/*.{xib}",
+        "MatrixKit/Assets/MatrixKitAssets.bundle"
+      ],
+      "dependencies": {
+        "DTCoreText/Extension": [
+
+        ]
+      }
+    }
+  ]
+}