[Add] JJGuiso 1.6.8
diff --git a/Specs/2/0/7/JJGuiso/1.6.8/JJGuiso.podspec.json b/Specs/2/0/7/JJGuiso/1.6.8/JJGuiso.podspec.json
new file mode 100644
index 0000000..0527141
--- /dev/null
+++ b/Specs/2/0/7/JJGuiso/1.6.8/JJGuiso.podspec.json
@@ -0,0 +1,33 @@
+{
+  "name": "JJGuiso",
+  "version": "1.6.8",
+  "summary": "Easy way to load images and gif.",
+  "description": "Guiso is image loading framework for IOS that wraps media decoding, memory and disk caching. By default Guiso uses URLSession.",
+  "homepage": "https://github.com/Only-IceSoul/Guiso",
+  "license": {
+    "type": "Apache License 2.0",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "only-icesoul": "justinjlf21@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/Only-IceSoul/Guiso.git",
+    "tag": "1.6.8"
+  },
+  "platforms": {
+    "ios": "11.0"
+  },
+  "source_files": [
+    "src/**/*.swift"
+  ],
+  "swift_versions": "5.0",
+  "vendored_frameworks": "Frameworks/WebP.framework",
+  "pod_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "user_target_xcconfig": {
+    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
+  },
+  "swift_version": "5.0"
+}