[Add] ProgressImage 0.3.0
diff --git a/Specs/7/c/c/ProgressImage/0.3.0/ProgressImage.podspec.json b/Specs/7/c/c/ProgressImage/0.3.0/ProgressImage.podspec.json
new file mode 100644
index 0000000..d67a80d
--- /dev/null
+++ b/Specs/7/c/c/ProgressImage/0.3.0/ProgressImage.podspec.json
@@ -0,0 +1,27 @@
+{
+  "name": "ProgressImage",
+  "version": "0.3.0",
+  "summary": "A small customizable ProgressImage usable in menu extras or context menus.",
+  "description": "This is an NSImage enhancement displaying a small progressbar.\nWhy NSImage? The main point was to create a progressbar usable in menu extras (menubar)\nor in context menus and those items can contain only NSImages. ProgressImage is a small\nconfigurable image displaying graphical progress so you can visualize any progress up\nin the menu extras bar for example.",
+  "homepage": "https://github.com/gergelysanta/ProgressImage",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Gergely Sánta": "gergely.santa@trikatz.com"
+  },
+  "source": {
+    "git": "https://github.com/gergelysanta/ProgressImage.git",
+    "tag": "0.3.0"
+  },
+  "social_media_url": "https://twitter.com/gergelysanta",
+  "platforms": {
+    "osx": "10.10"
+  },
+  "osx": {
+    "frameworks": "Cocoa"
+  },
+  "swift_version": "4.2",
+  "source_files": "Source/**/*"
+}