[Add] GZ-SwiftSH 1.1.1
diff --git a/Specs/f/d/9/GZ-SwiftSH/1.1.1/GZ-SwiftSH.podspec.json b/Specs/f/d/9/GZ-SwiftSH/1.1.1/GZ-SwiftSH.podspec.json
new file mode 100644
index 0000000..06d1a48
--- /dev/null
+++ b/Specs/f/d/9/GZ-SwiftSH/1.1.1/GZ-SwiftSH.podspec.json
@@ -0,0 +1,32 @@
+{
+  "name": "GZ-SwiftSH",
+  "version": "1.1.1",
+  "summary": "A Swift SSH framework that wraps libssh2.",
+  "homepage": "https://github.com/Frugghi/SwiftSH",
+  "license": "MIT",
+  "authors": {
+    "Tommaso Madonia": "tommaso@madonia.me"
+  },
+  "source": {
+    "git": "https://github.com/gaetanzanella/SwiftSH.git",
+    "tag": "1.1.1"
+  },
+  "requires_arc": true,
+  "swift_versions": "5.0",
+  "platforms": {
+    "ios": "10.0"
+  },
+  "ios": {
+    "libraries": "z",
+    "source_files": "SwiftSH/*.{swift,h,m}",
+    "public_header_files": "SwiftSH/*.h",
+    "preserve_paths": "libssh2"
+  },
+  "pod_target_xcconfig": {
+    "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64",
+    "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/GZ-SwiftSH/libssh2",
+    "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/GZ-SwiftSH/libssh2",
+    "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/GZ-SwiftSH/libssh2"
+  },
+  "swift_version": "5.0"
+}