[Add] JJSwiftLog 0.0.7
diff --git a/Specs/d/6/e/JJSwiftLog/0.0.7/JJSwiftLog.podspec.json b/Specs/d/6/e/JJSwiftLog/0.0.7/JJSwiftLog.podspec.json
new file mode 100644
index 0000000..ac65d02
--- /dev/null
+++ b/Specs/d/6/e/JJSwiftLog/0.0.7/JJSwiftLog.podspec.json
@@ -0,0 +1,37 @@
+{
+  "name": "JJSwiftLog",
+  "version": "0.0.7",
+  "summary": "High performance swift log module.",
+  "description": "High performance swift log,support customer log.",
+  "homepage": "https://github.com/jezzmemo/JJSwiftLog",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Jezz": "lijie250@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/jezzmemo/JJSwiftLog.git",
+    "tag": "0.0.7"
+  },
+  "platforms": {
+    "ios": "9.0",
+    "osx": "10.9",
+    "watchos": "2.0",
+    "tvos": "9.0"
+  },
+  "swift_versions": [
+    "4.0",
+    "4.2",
+    "5.0"
+  ],
+  "default_subspecs": "Main",
+  "subspecs": [
+    {
+      "name": "Main",
+      "source_files": "JJSwiftLog/Source/*.{swift}"
+    }
+  ],
+  "swift_version": "5.0"
+}