[Add] LinearView 1.0.1
diff --git a/Specs/4/5/8/LinearView/1.0.1/LinearView.podspec.json b/Specs/4/5/8/LinearView/1.0.1/LinearView.podspec.json
new file mode 100644
index 0000000..652df86
--- /dev/null
+++ b/Specs/4/5/8/LinearView/1.0.1/LinearView.podspec.json
@@ -0,0 +1,32 @@
+{
+  "name": "LinearView",
+  "version": "1.0.1",
+  "summary": "基于UIStackView构建的线性布局视图 使用链式封装快速构建垂直或水平排版的视图",
+  "homepage": "https://github.com/lixiang1994/LinearView",
+  "license": {
+    "type": "MIT",
+    "file": "LICENSE"
+  },
+  "authors": {
+    "LEE": "18611401994@163.com"
+  },
+  "source": {
+    "git": "https://github.com/lixiang1994/LinearView.git",
+    "tag": "1.0.1"
+  },
+  "requires_arc": true,
+  "swift_versions": [
+    "5.0"
+  ],
+  "frameworks": "Foundation",
+  "ios": {
+    "frameworks": "UIKit"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source_files": [
+    "Sources/*.swift"
+  ],
+  "swift_version": "5.0"
+}