[Add] Astral 1.0.0
diff --git a/Specs/8/2/d/Astral/1.0.0/Astral.podspec.json b/Specs/8/2/d/Astral/1.0.0/Astral.podspec.json
new file mode 100644
index 0000000..d49f8f5
--- /dev/null
+++ b/Specs/8/2/d/Astral/1.0.0/Astral.podspec.json
@@ -0,0 +1,28 @@
+{
+  "name": "Astral",
+  "module_name": "Astral",
+  "version": "1.0.0",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "summary": "An HTTP networking library that uses protocols and Futures",
+  "homepage": "https://github.com/hooliooo/Astral",
+  "authors": {
+    "Julio Alorro": "alorro3@gmail.com"
+  },
+  "source": {
+    "git": "https://github.com/hooliooo/Astral.git",
+    "tag": "1.0.0"
+  },
+  "platforms": {
+    "ios": "9.3",
+    "osx": "10.11",
+    "tvos": "11.0",
+    "watchos": "4.0"
+  },
+  "source_files": "Sources/*.swift",
+  "requires_arc": true,
+  "frameworks": "Foundation",
+  "swift_version": "4.0"
+}