[Add] SwiftBrick 0.1.0
diff --git a/Specs/b/c/d/SwiftBrick/0.1.0/SwiftBrick.podspec.json b/Specs/b/c/d/SwiftBrick/0.1.0/SwiftBrick.podspec.json
new file mode 100644
index 0000000..b2d3553
--- /dev/null
+++ b/Specs/b/c/d/SwiftBrick/0.1.0/SwiftBrick.podspec.json
@@ -0,0 +1,64 @@
+{
+  "name": "SwiftBrick",
+  "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/SwiftBrick.git",
+    "tag": "0.1.0"
+  },
+  "platforms": {
+    "ios": "11.0"
+  },
+  "swift_versions": "5.1",
+  "requires_arc": true,
+  "frameworks": [
+    "UIKit",
+    "Foundation"
+  ],
+  "resource_bundles": {
+    "SwiftBrick": [
+      "SwiftBrick/Class/*.xcassets"
+    ]
+  },
+  "subspecs": [
+    {
+      "name": "Extensions",
+      "source_files": "SwiftBrick/Class/Extensions/**/*"
+    },
+    {
+      "name": "Utility",
+      "source_files": "SwiftBrick/Class/Utility/**/*"
+    },
+    {
+      "name": "BaseVC",
+      "dependencies": {
+        "SnapKit": [
+
+        ],
+        "SwiftBrick/Utility": [
+
+        ]
+      },
+      "source_files": "SwiftBrick/Class/BaseVC/**/*"
+    },
+    {
+      "name": "SnapKit",
+      "dependencies": {
+        "SnapKit": [
+
+        ]
+      },
+      "source_files": "SwiftBrick/Class/SnapKit/**/*"
+    }
+  ],
+  "swift_version": "5.1"
+}