[Add] ApesterKit 2.1.6
diff --git a/Specs/6/5/2/ApesterKit/2.1.6/ApesterKit.podspec.json b/Specs/6/5/2/ApesterKit/2.1.6/ApesterKit.podspec.json
new file mode 100644
index 0000000..f4708a9
--- /dev/null
+++ b/Specs/6/5/2/ApesterKit/2.1.6/ApesterKit.podspec.json
@@ -0,0 +1,34 @@
+{
+  "name": "ApesterKit",
+  "version": "2.1.6",
+  "swift_versions": "5.0",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "summary": "ApesterKit provides a light-weight framework that loads Apester Unit in a webView",
+  "homepage": "https://github.com/Qmerce/ios-sdk.git",
+  "social_media_url": "https://twitter.com/hasan_w_sa",
+  "authors": {
+    "Hasan Sa": "hasan@apester.com"
+  },
+  "source": {
+    "git": "https://github.com/Qmerce/ios-sdk.git",
+    "tag": "v2.1.6"
+  },
+  "platforms": {
+    "ios": "11.0"
+  },
+  "requires_arc": true,
+  "source_files": [
+    "ApesterKit",
+    "Sources/*.{h,m,swift}",
+    "Sources/*/*.{h,m,swift}"
+  ],
+  "resource_bundles": {
+    "ApesterKit": [
+      "Sources/ApesterKit.bundle/*"
+    ]
+  },
+  "swift_version": "5.0"
+}