[Add] Paragraph 0.0.1
diff --git a/Specs/f/e/a/Paragraph/0.0.1/Paragraph.podspec.json b/Specs/f/e/a/Paragraph/0.0.1/Paragraph.podspec.json
new file mode 100644
index 0000000..c1f319b
--- /dev/null
+++ b/Specs/f/e/a/Paragraph/0.0.1/Paragraph.podspec.json
@@ -0,0 +1,24 @@
+{
+  "name": "Paragraph",
+  "version": "0.0.1",
+  "summary": "Syntax sugar for localization in iOS.",
+  "homepage": "https://github.com/magauran/Paragraph",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Alexey Salangin": "alexey@salangin.com"
+  },
+  "platforms": {
+    "ios": "11.0"
+  },
+  "swift_versions": "5.1",
+  "source": {
+    "git": "https://github.com/magauran/Paragraph.git",
+    "tag": "0.0.1"
+  },
+  "source_files": "Sources/Paragraph/*.swift",
+  "frameworks": "Foundation",
+  "swift_version": "5.1"
+}