[Add] SwiftNavigationProgressBar 1.0.2
diff --git a/Specs/d/6/3/SwiftNavigationProgressBar/1.0.2/SwiftNavigationProgressBar.podspec.json b/Specs/d/6/3/SwiftNavigationProgressBar/1.0.2/SwiftNavigationProgressBar.podspec.json
new file mode 100644
index 0000000..e751bc2
--- /dev/null
+++ b/Specs/d/6/3/SwiftNavigationProgressBar/1.0.2/SwiftNavigationProgressBar.podspec.json
@@ -0,0 +1,25 @@
+{
+  "name": "SwiftNavigationProgressBar",
+  "version": "1.0.2",
+  "summary": "Simple step by step progress bar for UINavigationController in Swift.",
+  "description": "Add a simple step by step progress bar under navigation bar that user knows how many page passed or how many page remaining to end of specific flow.",
+  "homepage": "https://github.com/mohammadrezakhatibi/SwiftNavigationProgressBar",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "mohammadrezakhatibi": "mohammadrezakhatibi@outlook.com"
+  },
+  "source": {
+    "git": "https://github.com/mohammadrezakhatibi/SwiftNavigationProgressBar.git",
+    "tag": "1.0.2"
+  },
+  "platforms": {
+    "ios": "8.0"
+  },
+  "source_files": "Sources/SwiftNavigationProgressBar/**/*",
+  "swift_versions": "5.0",
+  "frameworks": "UIKit",
+  "swift_version": "5.0"
+}