[Add] MHLoadingButton 0.1.1
diff --git a/Specs/0/4/8/MHLoadingButton/0.1.1/MHLoadingButton.podspec.json b/Specs/0/4/8/MHLoadingButton/0.1.1/MHLoadingButton.podspec.json
new file mode 100644
index 0000000..cc70e2b
--- /dev/null
+++ b/Specs/0/4/8/MHLoadingButton/0.1.1/MHLoadingButton.podspec.json
@@ -0,0 +1,29 @@
+{
+  "name": "MHLoadingButton",
+  "version": "0.1.1",
+  "summary": "A collection of loading buttons and their stylings written in Swift.",
+  "description": "This project gives you 8 choices of loading indicators with the loading button. Besides, the IndicatorProtocol clearly defines the functions and properties. You can refer to it and customize your own. Last but no lease, the LoadingButton class is made to be open, from which you can easily inherit and create your own.",
+  "homepage": "https://github.com/twho/loading-buttons-ios",
+  "license": "MIT",
+  "authors": {
+    "Michael Ho": "tsungwei50521@gmail.com"
+  },
+  "social_media_url": "https://medium.com/@twho",
+  "platforms": {
+    "ios": "11.0"
+  },
+  "source": {
+    "git": "https://github.com/twho/loading-buttons-ios.git",
+    "tag": "0.1.1"
+  },
+  "source_files": [
+    "LoadingButtons",
+    "LoadingButtons/**/*.{h,m,swift}"
+  ],
+  "exclude_files": [
+    "LoadingButtonsDemo/**",
+    "LoadingButtonsDemoUITests/**"
+  ],
+  "swift_versions": "5.0",
+  "swift_version": "5.0"
+}