[Add] OSCGateway 1.0.0
diff --git a/Specs/a/9/5/OSCGateway/1.0.0/OSCGateway.podspec.json b/Specs/a/9/5/OSCGateway/1.0.0/OSCGateway.podspec.json
new file mode 100644
index 0000000..6e84d56
--- /dev/null
+++ b/Specs/a/9/5/OSCGateway/1.0.0/OSCGateway.podspec.json
@@ -0,0 +1,26 @@
+{
+  "name": "OSCGateway",
+  "version": "1.0.0",
+  "summary": "Type-safe networking abstraction layer for OSC.",
+  "homepage": "https://github.com/0x0c/OSCGateway",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "Akira Matsuda": "akira.matsuda@me.com"
+  },
+  "source": {
+    "git": "https://github.com/0x0c/OSCGateway.git",
+    "tag": "1.0.0"
+  },
+  "platforms": {
+    "ios": "10.0"
+  },
+  "source_files": "OSCGateway/Classes/**/*",
+  "dependencies": {
+    "SwiftOSC": [
+      "~> 1.2"
+    ]
+  }
+}