[Add] Trekker 1.0.6
diff --git a/Specs/8/8/d/Trekker/1.0.6/Trekker.podspec.json b/Specs/8/8/d/Trekker/1.0.6/Trekker.podspec.json
new file mode 100644
index 0000000..dc11d45
--- /dev/null
+++ b/Specs/8/8/d/Trekker/1.0.6/Trekker.podspec.json
@@ -0,0 +1,27 @@
+{
+  "name": "Trekker",
+  "version": "1.0.6",
+  "summary": "Easily combine and swap out multiple analytics services on iOS",
+  "description": "A wrapper to easily swap out different analytics services or to support multiple analytics services at once. Trekker works best with event based analytics services like Mixpanel, Amplitude, Firebase, and Answers by Crashlytics.",
+  "homepage": "https://github.com/awkward/Trekker",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Awkward": "hello@awkward.co"
+  },
+  "social_media_url": "http://twitter.com/madeawkward",
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source": {
+    "git": "https://github.com/awkward/Trekker.git",
+    "tag": "1.0.6"
+  },
+  "source_files": [
+    "Trekker",
+    "Trekker/**/*.{h,m,swift}"
+  ],
+  "exclude_files": "Classes/Exclude"
+}