[Add] SwiftMesh 0.1.0
diff --git a/Specs/5/1/3/SwiftMesh/0.1.0/SwiftMesh.podspec.json b/Specs/5/1/3/SwiftMesh/0.1.0/SwiftMesh.podspec.json
new file mode 100644
index 0000000..5c7542b
--- /dev/null
+++ b/Specs/5/1/3/SwiftMesh/0.1.0/SwiftMesh.podspec.json
@@ -0,0 +1,46 @@
+{
+  "name": "SwiftMesh",
+  "version": "0.1.0",
+  "summary": "网络请求组件.",
+  "description": "工具.",
+  "homepage": "https://github.com/jackiehu/",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "HU": "814030966@qq.com"
+  },
+  "source": {
+    "git": "https://github.com/jackiehu/SwiftMesh.git",
+    "tag": "0.1.0"
+  },
+  "platforms": {
+    "ios": "11.0"
+  },
+  "swift_versions": "5.1",
+  "requires_arc": true,
+  "frameworks": "Foundation",
+  "dependencies": {
+    "Alamofire": [
+
+    ]
+  },
+  "default_subspecs": "Request",
+  "subspecs": [
+    {
+      "name": "Mesh",
+      "source_files": "SwiftMesh/Mesh/**/*"
+    },
+    {
+      "name": "Request",
+      "dependencies": {
+        "SwiftMesh/Mesh": [
+
+        ]
+      },
+      "source_files": "SwiftMesh/Request/**/*"
+    }
+  ],
+  "swift_version": "5.1"
+}