[Add] XBSwiftCoreModule 0.1.1
diff --git a/Specs/3/0/4/XBSwiftCoreModule/0.1.1/XBSwiftCoreModule.podspec.json b/Specs/3/0/4/XBSwiftCoreModule/0.1.1/XBSwiftCoreModule.podspec.json
new file mode 100644
index 0000000..60d9d21
--- /dev/null
+++ b/Specs/3/0/4/XBSwiftCoreModule/0.1.1/XBSwiftCoreModule.podspec.json
@@ -0,0 +1,102 @@
+{
+  "name": "XBSwiftCoreModule",
+  "version": "0.1.1",
+  "summary": "develop components for swift, you can configure a listview or circleView with this components",
+  "homepage": "https://github.com/ZB0106/XBSwiftCoreModule",
+  "authors": {
+    "rzb16@sina.com": "rzb16@sina.com"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "source": {
+    "git": "https://github.com/ZB0106/XBSwiftCoreModule",
+    "tag": "0.1.1"
+  },
+  "requires_arc": true,
+  "frameworks": [
+    "UIKit",
+    "Foundation"
+  ],
+  "swift_versions": [
+    "5.1",
+    "5.2",
+    "5.3"
+  ],
+  "static_framework": true,
+  "subspecs": [
+    {
+      "name": "XBListViewManager",
+      "source_files": [
+        "XBSwiftCoreModule/Sources/XBListViewManager/*/*.swift",
+        "XBSwiftCoreModule/Sources/XBListViewManager/*.swift"
+      ],
+      "frameworks": [
+        "UIKit",
+        "Foundation"
+      ]
+    },
+    {
+      "name": "XBCircleScroll",
+      "source_files": [
+        "XBSwiftCoreModule/Sources/XBCircleScroll/*/*.swift",
+        "XBSwiftCoreModule/Sources/XBCircleScroll/*.swift"
+      ],
+      "resources": "XBSwiftCoreModule/Sources/XBCircleScroll/*.bundle",
+      "frameworks": [
+        "UIKit",
+        "Foundation"
+      ],
+      "dependencies": {
+        "XBSwiftCoreModule/XBTools": [
+
+        ]
+      }
+    },
+    {
+      "name": "XBMenuView",
+      "source_files": [
+        "XBSwiftCoreModule/Sources/XBMenuView/*/*.swift",
+        "XBSwiftCoreModule/Sources/XBMenuView/*.swift"
+      ],
+      "frameworks": [
+        "UIKit",
+        "Foundation"
+      ]
+    },
+    {
+      "name": "XBFoundationExtension",
+      "source_files": [
+        "XBSwiftCoreModule/Sources/XBFoundationExtension/*/*.swift",
+        "XBSwiftCoreModule/Sources/XBFoundationExtension/*.swift"
+      ],
+      "frameworks": [
+        "UIKit",
+        "Foundation"
+      ]
+    },
+    {
+      "name": "XBUIKitExtension",
+      "source_files": [
+        "XBSwiftCoreModule/Sources/XBUIKitExtension/*/*.swift",
+        "XBSwiftCoreModule/Sources/XBUIKitExtension/*.swift"
+      ],
+      "frameworks": [
+        "UIKit",
+        "Foundation"
+      ]
+    },
+    {
+      "name": "XBTools",
+      "source_files": [
+        "XBSwiftCoreModule/Sources/XBTools/*/*.swift",
+        "XBSwiftCoreModule/Sources/XBTools/*.swift"
+      ],
+      "frameworks": [
+        "UIKit",
+        "Foundation"
+      ]
+    }
+  ],
+  "swift_version": "5.3"
+}